aboutsummaryrefslogtreecommitdiffstats
path: root/bashhist.c
diff options
context:
space:
mode:
Diffstat (limited to 'bashhist.c')
-rw-r--r--bashhist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashhist.c b/bashhist.c
index d4c62e7..3f7a10b 100644
--- a/bashhist.c
+++ b/bashhist.c
@@ -60,7 +60,7 @@ extern int rl_done, rl_dispatching; /* should really include readline.h */
#endif
#if !defined (errno)
-extern int errno;
+#include <errno.h>
#endif
static int histignore_item_func __P((struct ign *));