diff options
Diffstat (limited to 'nc.c')
-rw-r--r-- | nc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,6 @@ | |||
26 | 26 | ||
27 | */ | 27 | */ |
28 | 28 | ||
29 | #include "busybox.h" | ||
30 | #include <stdio.h> | 29 | #include <stdio.h> |
31 | #include <stdlib.h> | 30 | #include <stdlib.h> |
32 | #include <unistd.h> | 31 | #include <unistd.h> |
@@ -38,6 +37,7 @@ | |||
38 | #include <netdb.h> | 37 | #include <netdb.h> |
39 | #include <sys/time.h> | 38 | #include <sys/time.h> |
40 | #include <sys/ioctl.h> | 39 | #include <sys/ioctl.h> |
40 | #include "busybox.h" | ||
41 | 41 | ||
42 | int nc_main(int argc, char **argv) | 42 | int nc_main(int argc, char **argv) |
43 | { | 43 | { |