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