diff options
Diffstat (limited to 'sh.c')
-rw-r--r-- | sh.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -64,6 +64,8 @@ | |||
64 | #include <sys/wait.h> | 64 | #include <sys/wait.h> |
65 | #include <unistd.h> | 65 | #include <unistd.h> |
66 | #include <getopt.h> | 66 | #include <getopt.h> |
67 | #include "busybox.h" | ||
68 | #include "cmdedit.h" | ||
67 | 69 | ||
68 | #ifdef BB_LOCALE_SUPPORT | 70 | #ifdef BB_LOCALE_SUPPORT |
69 | #include <locale.h> | 71 | #include <locale.h> |
@@ -79,8 +81,6 @@ | |||
79 | #include <glob.h> | 81 | #include <glob.h> |
80 | #define expand_t glob_t | 82 | #define expand_t glob_t |
81 | #endif | 83 | #endif |
82 | #include "busybox.h" | ||
83 | #include "cmdedit.h" | ||
84 | 84 | ||
85 | 85 | ||
86 | static const int MAX_READ = 128; /* size of input buffer for `read' builtin */ | 86 | static const int MAX_READ = 128; /* size of input buffer for `read' builtin */ |