diff options
Diffstat (limited to 'coreutils/mkdir.c')
-rw-r--r-- | coreutils/mkdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/mkdir.c b/coreutils/mkdir.c index 50364f17f..e24ef4f89 100644 --- a/coreutils/mkdir.c +++ b/coreutils/mkdir.c | |||
@@ -31,7 +31,7 @@ | |||
31 | 31 | ||
32 | #include <stdlib.h> | 32 | #include <stdlib.h> |
33 | #include <unistd.h> | 33 | #include <unistd.h> |
34 | #include <getopt.h> | 34 | #include <getopt.h> /* struct option */ |
35 | #include "busybox.h" | 35 | #include "busybox.h" |
36 | 36 | ||
37 | static const struct option mkdir_long_options[] = { | 37 | static const struct option mkdir_long_options[] = { |