diff options
Diffstat (limited to 'echo.c')
-rw-r--r-- | echo.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ | |||
24 | 24 | ||
25 | #include "busybox.h" | 25 | #include "busybox.h" |
26 | #include <stdio.h> | 26 | #include <stdio.h> |
27 | #include <string.h> | ||
28 | #include <stdlib.h> | ||
27 | 29 | ||
28 | extern int | 30 | extern int |
29 | echo_main(int argc, char** argv) | 31 | echo_main(int argc, char** argv) |