projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abac53b
)
Fix warning
author
Glenn L McGrath
<bug1@ihug.co.nz>
Sat, 24 Aug 2002 20:00:52 +0000
(20:00 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Sat, 24 Aug 2002 20:00:52 +0000
(20:00 -0000)
libbb/make_directory.c
patch
|
blob
|
history
diff --git
a/libbb/make_directory.c
b/libbb/make_directory.c
index ca5ce7dc2542f1f7f8d8756dcdddf2bdd1a445cd..668fea7ff4cf02b29c2fbe017d09167e1c2c9a90 100644
(file)
--- a/
libbb/make_directory.c
+++ b/
libbb/make_directory.c
@@
-26,6
+26,7
@@
#include <errno.h>
#include <fcntl.h>
+#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>