Fix header file usage -- there were many unnecessary header files included in
[oweals/busybox.git] / id.c
diff --git a/id.c b/id.c
index d50de4775151087f263c753f5a7e7e7b7e62f396..e91ac758570e7b3e4ef9ef042611507bb65d068e 100644 (file)
--- a/id.c
+++ b/id.c
@@ -24,6 +24,7 @@
 #include <stdio.h>
 #include <unistd.h>
 #include <getopt.h>
+#include <string.h>
 #include <sys/types.h>
 
 extern int id_main(int argc, char **argv)