From 63b71e4a6f8c65a4bef7617efb50a2b473e388b3 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Mon, 6 Jan 2014 13:19:21 +0000 Subject: Make dummy resource.h --- shell/shell_common.c | 2 -- win32/sys/resource.h | 0 2 files changed, 2 deletions(-) create mode 100644 win32/sys/resource.h 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 @@ */ #include "libbb.h" #include "shell_common.h" -#if !ENABLE_PLATFORM_MINGW32 #include /* getrlimit */ -#endif const char defifsvar[] ALIGN1 = "IFS= \t\n"; diff --git a/win32/sys/resource.h b/win32/sys/resource.h new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.3-55-g6feb