diff options
Diffstat (limited to 'shell/shell_common.c')
-rw-r--r-- | shell/shell_common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/shell_common.c b/shell/shell_common.c index 84e0604ed..782d47285 100644 --- a/shell/shell_common.c +++ b/shell/shell_common.c | |||
@@ -18,9 +18,7 @@ | |||
18 | */ | 18 | */ |
19 | #include "libbb.h" | 19 | #include "libbb.h" |
20 | #include "shell_common.h" | 20 | #include "shell_common.h" |
21 | #if !ENABLE_PLATFORM_MINGW32 | ||
22 | #include <sys/resource.h> /* getrlimit */ | 21 | #include <sys/resource.h> /* getrlimit */ |
23 | #endif | ||
24 | 22 | ||
25 | const char defifsvar[] ALIGN1 = "IFS= \t\n"; | 23 | const char defifsvar[] ALIGN1 = "IFS= \t\n"; |
26 | 24 | ||