aboutsummaryrefslogtreecommitdiffstats
path: root/builtins/help.def
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/help.def')
-rw-r--r--builtins/help.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/help.def b/builtins/help.def
index 1894f17..4f04305 100644
--- a/builtins/help.def
+++ b/builtins/help.def
@@ -71,7 +71,7 @@ $END
#include <glob/glob.h>
#ifndef errno
-extern int errno;
+#include <errno.h>
#endif
extern const char * const bash_copyright;