diff options
Diffstat (limited to 'coreutils/mkdir.c')
-rw-r--r-- | coreutils/mkdir.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/coreutils/mkdir.c b/coreutils/mkdir.c index 285d34f12..902da7c99 100644 --- a/coreutils/mkdir.c +++ b/coreutils/mkdir.c | |||
@@ -21,15 +21,15 @@ | |||
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include <stdio.h> | ||
25 | #include <errno.h> | ||
26 | #include <string.h> | ||
27 | #include <stdlib.h> | ||
24 | #include "busybox.h" | 28 | #include "busybox.h" |
25 | #define bb_need_name_too_long | 29 | #define bb_need_name_too_long |
26 | #define BB_DECLARE_EXTERN | 30 | #define BB_DECLARE_EXTERN |
27 | #include "messages.c" | 31 | #include "messages.c" |
28 | 32 | ||
29 | #include <stdio.h> | ||
30 | #include <errno.h> | ||
31 | #include <string.h> | ||
32 | #include <stdlib.h> | ||
33 | 33 | ||
34 | static int parentFlag = FALSE; | 34 | static int parentFlag = FALSE; |
35 | static mode_t mode = 0777; | 35 | static mode_t mode = 0777; |