Fix warning
authorGlenn L McGrath <bug1@ihug.co.nz>
Sat, 24 Aug 2002 20:00:52 +0000 (20:00 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Sat, 24 Aug 2002 20:00:52 +0000 (20:00 -0000)
libbb/make_directory.c

index ca5ce7dc2542f1f7f8d8756dcdddf2bdd1a445cd..668fea7ff4cf02b29c2fbe017d09167e1c2c9a90 100644 (file)
@@ -26,6 +26,7 @@
 
 #include <errno.h>
 #include <fcntl.h>
+#include <string.h>
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <unistd.h>