aboutsummaryrefslogtreecommitdiffstats
path: root/examples/loadables/cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/loadables/cat.c')
-rw-r--r--examples/loadables/cat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/loadables/cat.c b/examples/loadables/cat.c
index 1ce2e2d..30fe789 100644
--- a/examples/loadables/cat.c
+++ b/examples/loadables/cat.c
@@ -29,7 +29,7 @@
#include "shell.h"
#ifndef errno
-extern int errno;
+#include <errno.h>
#endif
extern char *strerror ();