diff options
Diffstat (limited to 'mkdir.c')
-rw-r--r-- | mkdir.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ | |||
28 | 28 | ||
29 | #include <stdio.h> | 29 | #include <stdio.h> |
30 | #include <errno.h> | 30 | #include <errno.h> |
31 | #include <string.h> | ||
32 | #include <stdlib.h> | ||
31 | 33 | ||
32 | static int parentFlag = FALSE; | 34 | static int parentFlag = FALSE; |
33 | static mode_t mode = 0777; | 35 | static mode_t mode = 0777; |