diff options
Diffstat (limited to 'networking/arping.c')
-rw-r--r-- | networking/arping.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/arping.c b/networking/arping.c index 0371df369..d65be815a 100644 --- a/networking/arping.c +++ b/networking/arping.c | |||
@@ -8,8 +8,8 @@ | |||
8 | * Busybox port: Nick Fedchik <nick@fedchik.org.ua> | 8 | * Busybox port: Nick Fedchik <nick@fedchik.org.ua> |
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include <sys/ioctl.h> | 11 | //#include <sys/ioctl.h> |
12 | #include <signal.h> | 12 | //#include <signal.h> |
13 | 13 | ||
14 | #include <arpa/inet.h> | 14 | #include <arpa/inet.h> |
15 | #include <net/if.h> | 15 | #include <net/if.h> |