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 ca5ce7d..668fea7 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>