aboutsummaryrefslogtreecommitdiffstats
path: root/builtins/history.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/history.c')
-rw-r--r--builtins/history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/history.c b/builtins/history.c
index 92b2f5e..d7fc06f 100644
--- a/builtins/history.c
+++ b/builtins/history.c
@@ -28,7 +28,7 @@
#include "common.h"
#if !defined (errno)
-extern int errno;
+#include <errno.h>
#endif
extern int current_command_line_count;