Credited Christophe Boyaniqu for interactive patch to rm.
[oweals/busybox.git] / nc.c
diff --git a/nc.c b/nc.c
index 8927103e0caa2732947fe4ca6935a0aeb61ad61c..72439dd85d72c9daa1947824adcc7477861b2810 100644 (file)
--- a/nc.c
+++ b/nc.c
@@ -26,9 +26,9 @@
 
 */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 
 #include <sys/types.h>
@@ -38,6 +38,7 @@
 #include <netdb.h>
 #include <sys/time.h>
 #include <sys/ioctl.h>
+#include "busybox.h"
 
 int nc_main(int argc, char **argv)
 {