diff options
Diffstat (limited to 'mknod.c')
-rw-r--r-- | mknod.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,14 +20,14 @@ | |||
20 | * | 20 | * |
21 | */ | 21 | */ |
22 | 22 | ||
23 | #include "busybox.h" | ||
24 | #include <stdio.h> | 23 | #include <stdio.h> |
25 | #include <errno.h> | 24 | #include <errno.h> |
26 | #include <sys/types.h> | ||
27 | #include <fcntl.h> | 25 | #include <fcntl.h> |
28 | #include <unistd.h> | 26 | #include <unistd.h> |
29 | #include <string.h> | 27 | #include <string.h> |
30 | #include <stdlib.h> | 28 | #include <stdlib.h> |
29 | #include <sys/types.h> | ||
30 | #include "busybox.h" | ||
31 | 31 | ||
32 | int mknod_main(int argc, char **argv) | 32 | int mknod_main(int argc, char **argv) |
33 | { | 33 | { |