aboutsummaryrefslogtreecommitdiff
path: root/libbb/make_directory.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-06-22 03:07:19 +0000
committerEric Andersen <andersen@codepoet.org>2001-06-22 03:07:19 +0000
commit764303f980824e42cbafc9ce0ee16afa74a4d65e (patch)
treec53e9db1997931f2c08f9c8a7cc00e5bd9964953 /libbb/make_directory.c
parent30f1eafaaa16c8223a3b5c38436918418a79fea2 (diff)
downloadbusybox-764303f980824e42cbafc9ce0ee16afa74a4d65e.tar.gz
stdlib.h defined free(), which this needs
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 e2e28a8cd..54d9b4c51 100644
--- a/libbb/make_directory.c
+++ b/libbb/make_directory.c
@@ -25,6 +25,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
+#include <stdlib.h>
#include "libbb.h"