aboutsummaryrefslogtreecommitdiffstats
path: root/y.tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'y.tab.c')
-rw-r--r--y.tab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/y.tab.c b/y.tab.c
index bb2dad1..95ff2b0 100644
--- a/y.tab.c
+++ b/y.tab.c
@@ -280,7 +280,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 */