aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sh/strtol.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sh/strtol.c')
-rw-r--r--lib/sh/strtol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sh/strtol.c b/lib/sh/strtol.c
index 8aa7478..bf7985e 100644
--- a/lib/sh/strtol.c
+++ b/lib/sh/strtol.c
@@ -26,7 +26,7 @@
#include <errno.h>
#ifndef errno
-extern int errno;
+#include <errno.h>
#endif
#ifndef __set_errno