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