Fix the pwd and group functions. The bb_ stuff was a leftover from
[oweals/busybox.git] / echo.c
diff --git a/echo.c b/echo.c
index 393f4425f5a86244d3fe12b1d1947e8b47a4a176..b3e01afec8e90f99d0f8c268fa500b794465be2c 100644 (file)
--- a/echo.c
+++ b/echo.c
@@ -24,6 +24,8 @@
 
 #include "busybox.h"
 #include <stdio.h>
+#include <string.h>
+#include <stdlib.h>
 
 extern int 
 echo_main(int argc, char** argv)