aboutsummaryrefslogtreecommitdiff
path: root/mknod.c
diff options
context:
space:
mode:
Diffstat (limited to 'mknod.c')
-rw-r--r--mknod.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mknod.c b/mknod.c
index 73f6e06f1..b4d4b82a1 100644
--- a/mknod.c
+++ b/mknod.c
@@ -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
32int mknod_main(int argc, char **argv) 32int mknod_main(int argc, char **argv)
33{ 33{