diff options
Diffstat (limited to 'echo.c')
-rw-r--r-- | echo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,10 +22,10 @@ | |||
22 | * Original copyright notice is retained at the end of this file. | 22 | * Original copyright notice is retained at the end of this file. |
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include "busybox.h" | ||
26 | #include <stdio.h> | 25 | #include <stdio.h> |
27 | #include <string.h> | 26 | #include <string.h> |
28 | #include <stdlib.h> | 27 | #include <stdlib.h> |
28 | #include "busybox.h" | ||
29 | 29 | ||
30 | extern int | 30 | extern int |
31 | echo_main(int argc, char** argv) | 31 | echo_main(int argc, char** argv) |