diff options
Diffstat (limited to 'util-linux/mkfs_minix.c')
-rw-r--r-- | util-linux/mkfs_minix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mkfs_minix.c b/util-linux/mkfs_minix.c index 6b4a3e2d1..b666338dc 100644 --- a/util-linux/mkfs_minix.c +++ b/util-linux/mkfs_minix.c | |||
@@ -62,7 +62,6 @@ | |||
62 | * removed getopt based parser and added a hand rolled one. | 62 | * removed getopt based parser and added a hand rolled one. |
63 | */ | 63 | */ |
64 | 64 | ||
65 | #include "busybox.h" | ||
66 | #include <stdio.h> | 65 | #include <stdio.h> |
67 | #include <time.h> | 66 | #include <time.h> |
68 | #include <unistd.h> | 67 | #include <unistd.h> |
@@ -75,6 +74,7 @@ | |||
75 | #include <sys/ioctl.h> | 74 | #include <sys/ioctl.h> |
76 | #include <sys/param.h> | 75 | #include <sys/param.h> |
77 | #include <mntent.h> | 76 | #include <mntent.h> |
77 | #include "busybox.h" | ||
78 | 78 | ||
79 | 79 | ||
80 | typedef unsigned char u8; | 80 | typedef unsigned char u8; |