diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index 065678ea5..f8fc668c8 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -49,7 +49,7 @@ | |||
49 | #define JOBS ENABLE_ASH_JOB_CONTROL | 49 | #define JOBS ENABLE_ASH_JOB_CONTROL |
50 | 50 | ||
51 | #include "busybox.h" /* for applet_names */ | 51 | #include "busybox.h" /* for applet_names */ |
52 | #ifndef __MINGW32__ | 52 | #if !ENABLE_PLATFORM_MINGW32 |
53 | #include <paths.h> | 53 | #include <paths.h> |
54 | #endif | 54 | #endif |
55 | #include <setjmp.h> | 55 | #include <setjmp.h> |