aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 7f92aea..c1cb0f9 100644
--- a/parse.y
+++ b/parse.y
@@ -129,7 +129,7 @@ extern sh_builtin_func_t *last_shell_builtin, *this_shell_builtin;
extern int bash_input_fd_changed;
#endif
-extern int errno;
+#include <errno.h>
/* **************************************************************** */
/* */
/* "Forward" declarations */