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