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 @@ #include <errno.h> #include <fcntl.h> +#include <string.h> #include <sys/stat.h> #include <sys/types.h> #include <unistd.h> |