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 --- shell/shell_common.c | 1 - 1 file changed, 1 deletion(-) (limited to 'shell/shell_common.c') diff --git a/shell/shell_common.c b/shell/shell_common.c index c978693f9..9e58ee4fe 100644 --- a/shell/shell_common.c +++ b/shell/shell_common.c @@ -18,7 +18,6 @@ */ #include "libbb.h" #include "shell_common.h" -#include /* getrlimit */ const char defifsvar[] ALIGN1 = "IFS= \t\n"; const char defoptindvar[] ALIGN1 = "OPTIND=1"; -- cgit v1.2.3