aboutsummaryrefslogtreecommitdiff
path: root/libbb/make_directory.c
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-08-24 20:00:52 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-08-24 20:00:52 +0000
commit210aa14916aed0fa4c78197c43578bed49a57350 (patch)
treee5d975d957357d38773eafa44a2b0d74883684c7 /libbb/make_directory.c
parentabac53b33c6aef4f6746ef33964768d39b34e67c (diff)
downloadbusybox-w32-210aa14916aed0fa4c78197c43578bed49a57350.tar.gz
busybox-w32-210aa14916aed0fa4c78197c43578bed49a57350.tar.bz2
busybox-w32-210aa14916aed0fa4c78197c43578bed49a57350.zip
Fix warning
Diffstat (limited to 'libbb/make_directory.c')
-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>