diff options
Diffstat (limited to 'shell/msh.c')
-rw-r--r-- | shell/msh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/msh.c b/shell/msh.c index e47af795e..8bc769b6e 100644 --- a/shell/msh.c +++ b/shell/msh.c | |||
@@ -27,6 +27,7 @@ | |||
27 | * Original copyright notice is retained at the end of this file. | 27 | * Original copyright notice is retained at the end of this file. |
28 | */ | 28 | */ |
29 | 29 | ||
30 | #include "busybox.h" | ||
30 | #include <ctype.h> | 31 | #include <ctype.h> |
31 | #include <dirent.h> | 32 | #include <dirent.h> |
32 | #include <errno.h> | 33 | #include <errno.h> |
@@ -46,7 +47,6 @@ | |||
46 | #include <sys/wait.h> | 47 | #include <sys/wait.h> |
47 | 48 | ||
48 | #include "cmdedit.h" | 49 | #include "cmdedit.h" |
49 | #include "busybox.h" | ||
50 | 50 | ||
51 | 51 | ||
52 | /* Conditional use of "register" keyword */ | 52 | /* Conditional use of "register" keyword */ |