Another update from Larry:
[oweals/busybox.git] / nc.c
diff --git a/nc.c b/nc.c
index e40d4b459491fd307b6b456f14dcb05d44926509..72439dd85d72c9daa1947824adcc7477861b2810 100644 (file)
--- a/nc.c
+++ b/nc.c
@@ -28,6 +28,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 
 #include <sys/types.h>