aboutsummaryrefslogtreecommitdiffstats
path: root/examples/loadables/tee.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/loadables/tee.c')
-rw-r--r--examples/loadables/tee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/loadables/tee.c b/examples/loadables/tee.c
index 8b5715f..2f7e4d0 100644
--- a/examples/loadables/tee.c
+++ b/examples/loadables/tee.c
@@ -43,7 +43,7 @@
#include "common.h"
#if !defined (errno)
-extern int errno;
+#include <errno.h>
#endif
typedef struct flist {