diff options
-rw-r--r-- | shell/shell_common.c | 2 | ||||
-rw-r--r-- | win32/sys/resource.h | 0 |
2 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 | ||
diff --git a/win32/sys/resource.h b/win32/sys/resource.h new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/win32/sys/resource.h | |||