summaryrefslogtreecommitdiff
path: root/bin/ksh/c_ulimit.c
diff options
context:
space:
mode:
authortb <tb@cvs.openbsd.org>2015-12-14 13:59:43 +0000
committertb <tb@cvs.openbsd.org>2015-12-14 13:59:43 +0000
commit517e491fc9044fa1e891c6cbd7c0f3745e62b978 (patch)
treeab6b568bf76483e768bc1d59675149f2d6270092 /bin/ksh/c_ulimit.c
parent020dceaa8dc5af64d3f871bccfbd295cfe4b50e0 (diff)
Move system headers from sh.h to those files that actually need them.
ok mmcc@ a while ago
Diffstat (limited to 'bin/ksh/c_ulimit.c')
-rw-r--r--bin/ksh/c_ulimit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ksh/c_ulimit.c b/bin/ksh/c_ulimit.c
index 0333e750786..e44c480ffdd 100644
--- a/bin/ksh/c_ulimit.c
+++ b/bin/ksh/c_ulimit.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: c_ulimit.c,v 1.23 2015/11/12 04:04:31 mmcc Exp $ */
+/* $OpenBSD: c_ulimit.c,v 1.24 2015/12/14 13:59:42 tb Exp $ */
/*
ulimit -- handle "ulimit" builtin
@@ -21,6 +21,7 @@
#include <sys/resource.h>
#include <ctype.h>
+#include <errno.h>
#include <string.h>
#include "sh.h"