diff options
-rw-r--r-- | libbb/make_directory.c | 1 |
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> |