Oops. Since dirent.h depends on BB_FEATURE_SH_TAB_COMPLETION, put it
[oweals/busybox.git] / echo.c
diff --git a/echo.c b/echo.c
index 393f4425f5a86244d3fe12b1d1947e8b47a4a176..e9bc50a15281f7a4dc4e04e997021e36df4b4516 100644 (file)
--- a/echo.c
+++ b/echo.c
  * Original copyright notice is retained at the end of this file.
  */
 
-#include "busybox.h"
 #include <stdio.h>
+#include <string.h>
+#include <stdlib.h>
+#include "busybox.h"
 
 extern int 
 echo_main(int argc, char** argv)