aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sh/pathphys.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sh/pathphys.c')
-rw-r--r--lib/sh/pathphys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sh/pathphys.c b/lib/sh/pathphys.c
index 26016b7..783e8c5 100644
--- a/lib/sh/pathphys.c
+++ b/lib/sh/pathphys.c
@@ -43,7 +43,7 @@
#endif
#if !defined (errno)
-extern int errno;
+#include <errno.h>
#endif /* !errno */
extern char *get_working_directory __P((char *));