diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/ash.c b/shell/ash.c index e885e2ce5..0cb1d2791 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -52,9 +52,7 @@ | |||
52 | #define JOBS ENABLE_ASH_JOB_CONTROL | 52 | #define JOBS ENABLE_ASH_JOB_CONTROL |
53 | 53 | ||
54 | #include "busybox.h" /* for applet_names */ | 54 | #include "busybox.h" /* for applet_names */ |
55 | #if !ENABLE_PLATFORM_MINGW32 | ||
56 | #include <paths.h> | 55 | #include <paths.h> |
57 | #endif | ||
58 | #include <setjmp.h> | 56 | #include <setjmp.h> |
59 | #include <fnmatch.h> | 57 | #include <fnmatch.h> |
60 | #include <sys/times.h> | 58 | #include <sys/times.h> |