summaryrefslogtreecommitdiff
path: root/bin/ksh/jobs.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ksh/jobs.c')
-rw-r--r--bin/ksh/jobs.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ksh/jobs.c b/bin/ksh/jobs.c
index 15900b58d76..a9292300662 100644
--- a/bin/ksh/jobs.c
+++ b/bin/ksh/jobs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: jobs.c,v 1.48 2015/10/19 02:15:45 mmcc Exp $ */
+/* $OpenBSD: jobs.c,v 1.49 2015/10/19 14:03:21 mmcc Exp $ */
/*
* Process and job control
@@ -20,6 +20,8 @@
#include <sys/time.h>
#include <sys/wait.h>
+#include <limits.h>
+
#include "sh.h"
#include "tty.h"