aboutsummaryrefslogtreecommitdiffstats
path: root/nojobs.c
diff options
context:
space:
mode:
authorRicardo Cerqueira <cyanogenmod@cerqueira.org>2013-07-25 22:35:34 +0100
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2013-07-25 22:35:34 +0100
commit5e693987c7554457fa7b2d2bef5a130fd98c2b44 (patch)
treef19e73a15ce725be20c1f30077f3694514911160 /nojobs.c
parentf4b417c62a4f272c4cf9a074d0f7a3a97201f9db (diff)
downloadandroid_external_bash-cm-10.2.tar.gz
android_external_bash-cm-10.2.tar.bz2
android_external_bash-cm-10.2.zip
Change-Id: Icbbcf959deb199e7e584642027ea0383f6450fdc
Diffstat (limited to 'nojobs.c')
-rw-r--r--nojobs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nojobs.c b/nojobs.c
index d43d1d4..a1a6c75 100644
--- a/nojobs.c
+++ b/nojobs.c
@@ -69,7 +69,7 @@
#define input_tty() (shell_tty != -1) ? shell_tty : fileno (stderr)
#if !defined (errno)
-extern int errno;
+#include <errno.h>
#endif /* !errno */
extern int interactive, interactive_shell, login_shell;