diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/shell/ash.c b/shell/ash.c index c8ccf19b5..5cdd7f006 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -44,11 +44,12 @@ | |||
44 | */ | 44 | */ |
45 | 45 | ||
46 | 46 | ||
47 | |||
48 | #define IFS_BROKEN | 47 | #define IFS_BROKEN |
49 | 48 | ||
50 | #define PROFILE 0 | 49 | #define PROFILE 0 |
51 | 50 | ||
51 | #include "busybox.h" | ||
52 | |||
52 | #ifdef DEBUG | 53 | #ifdef DEBUG |
53 | #define _GNU_SOURCE | 54 | #define _GNU_SOURCE |
54 | #endif | 55 | #endif |
@@ -76,12 +77,10 @@ | |||
76 | #include <paths.h> | 77 | #include <paths.h> |
77 | #include <setjmp.h> | 78 | #include <setjmp.h> |
78 | #include <signal.h> | 79 | #include <signal.h> |
79 | #include <stdint.h> | 80 | /*#include <stdint.h>*/ |
80 | #include <time.h> | 81 | #include <time.h> |
81 | #include <fnmatch.h> | 82 | #include <fnmatch.h> |
82 | 83 | ||
83 | |||
84 | #include "busybox.h" | ||
85 | #include "pwd_.h" | 84 | #include "pwd_.h" |
86 | 85 | ||
87 | #ifdef CONFIG_ASH_JOB_CONTROL | 86 | #ifdef CONFIG_ASH_JOB_CONTROL |