aboutsummaryrefslogtreecommitdiffstats
path: root/locale.c
diff options
context:
space:
mode:
Diffstat (limited to 'locale.c')
-rw-r--r--locale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale.c b/locale.c
index 8dabc7d..9893d72 100644
--- a/locale.c
+++ b/locale.c
@@ -40,7 +40,7 @@
#include "input.h" /* For bash_input */
#ifndef errno
-extern int errno;
+#include <errno.h>
#endif
int locale_utf8locale; /* unused for now */