This is vodz' latest patch. Sorry it took so long...
[oweals/busybox.git] / uname.c
diff --git a/uname.c b/uname.c
index 4931ff1d8f55c43492014b31ec889552a8d650c0..f7e2291a8f8cc159201568da24bc96a8895d96c2 100644 (file)
--- a/uname.c
+++ b/uname.c
@@ -33,6 +33,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <sys/types.h>
 #include <sys/utsname.h>