aboutsummaryrefslogtreecommitdiff
path: root/echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'echo.c')
-rw-r--r--echo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/echo.c b/echo.c
index 393f4425f..b3e01afec 100644
--- a/echo.c
+++ b/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
28extern int 30extern int
29echo_main(int argc, char** argv) 31echo_main(int argc, char** argv)