aboutsummaryrefslogtreecommitdiffstats
path: root/examples/loadables/mkdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/loadables/mkdir.c')
-rw-r--r--examples/loadables/mkdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/loadables/mkdir.c b/examples/loadables/mkdir.c
index f5c105e..ba83991 100644
--- a/examples/loadables/mkdir.c
+++ b/examples/loadables/mkdir.c
@@ -37,7 +37,7 @@
#include "common.h"
#if !defined (errno)
-extern int errno;
+#include <errno.h>
#endif
#define ISOCTAL(c) ((c) >= '0' && (c) <= '7')