aboutsummaryrefslogtreecommitdiff
path: root/nc.c
diff options
context:
space:
mode:
Diffstat (limited to 'nc.c')
-rw-r--r--nc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nc.c b/nc.c
index 8927103e0..e40d4b459 100644
--- a/nc.c
+++ b/nc.c
@@ -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
42int nc_main(int argc, char **argv) 42int nc_main(int argc, char **argv)
43{ 43{