summaryrefslogtreecommitdiffstats
path: root/libbb/make_directory.c
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-25 23:04:28 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-25 23:04:28 (EST)
commit3bca14e786c452664f5fec44cb47bc2e8aa8eb51 (patch)
treeb2bb49381c46326b024fa042c586b9af6a65cb4a /libbb/make_directory.c
parent51a9975f6e53cee3700dc81a2adecf24ef306965 (diff)
libbb.h cleanup.
git-svn-id: http://opkg.googlecode.com/svn/trunk@385 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
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 5fa2a7e..cff2e51 100644
--- a/libbb/make_directory.c
+++ b/libbb/make_directory.c
@@ -26,6 +26,7 @@
#include <sys/types.h>
#include <unistd.h>
#include <stdlib.h>
+#include <libgen.h>
#include "libbb.h"