From 517e491fc9044fa1e891c6cbd7c0f3745e62b978 Mon Sep 17 00:00:00 2001 From: tb Date: Mon, 14 Dec 2015 13:59:43 +0000 Subject: Move system headers from sh.h to those files that actually need them. ok mmcc@ a while ago --- bin/ksh/c_ulimit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/ksh/c_ulimit.c') 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 #include +#include #include #include "sh.h" -- cgit v1.2.3