From 7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 8 Apr 2018 17:23:27 +0200 Subject: libbb.h: always include sys/resource.h Signed-off-by: Denys Vlasenko --- runit/chpst.c | 1 - 1 file changed, 1 deletion(-) (limited to 'runit') diff --git a/runit/chpst.c b/runit/chpst.c index 3ecb85cba..c2641ce8a 100644 --- a/runit/chpst.c +++ b/runit/chpst.c @@ -135,7 +135,6 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. //usage: "\n a SIGXCPU after N seconds" #include "libbb.h" -#include /* getrlimit */ /* Five applets here: chpst, envdir, envuidgid, setuidgid, softlimit. -- cgit v1.2.1