aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-08-24 20:00:52 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-08-24 20:00:52 +0000
commit144dbd73226b0ccdc3c1dd5de23ce75c43139f6e (patch)
treee5d975d957357d38773eafa44a2b0d74883684c7 /libbb
parentd8d5693e659348f1a1e69131106769319276ca78 (diff)
downloadbusybox-w32-144dbd73226b0ccdc3c1dd5de23ce75c43139f6e.tar.gz
busybox-w32-144dbd73226b0ccdc3c1dd5de23ce75c43139f6e.tar.bz2
busybox-w32-144dbd73226b0ccdc3c1dd5de23ce75c43139f6e.zip
Fix warning
git-svn-id: svn://busybox.net/trunk/busybox@5377 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r--libbb/make_directory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/make_directory.c b/libbb/make_directory.c
index ca5ce7dc2..668fea7ff 100644
--- a/libbb/make_directory.c
+++ b/libbb/make_directory.c
@@ -26,6 +26,7 @@
26 26
27#include <errno.h> 27#include <errno.h>
28#include <fcntl.h> 28#include <fcntl.h>
29#include <string.h>
29#include <sys/stat.h> 30#include <sys/stat.h>
30#include <sys/types.h> 31#include <sys/types.h>
31#include <unistd.h> 32#include <unistd.h>