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