diff options
Diffstat (limited to 'coreutils/echo.c')
-rw-r--r-- | coreutils/echo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/echo.c b/coreutils/echo.c index 393f4425f..b3e01afec 100644 --- a/coreutils/echo.c +++ b/coreutils/echo.c | |||
@@ -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) |