diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/shell_common.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <sys/resource.h> /* getrlimit */ const char defifsvar[] ALIGN1 = "IFS= \t\n"; const char defoptindvar[] ALIGN1 = "OPTIND=1"; |