diff options
Diffstat (limited to 'networking/zcip.c')
-rw-r--r-- | networking/zcip.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/networking/zcip.c b/networking/zcip.c index 6b7f214..8a35eca 100644 --- a/networking/zcip.c +++ b/networking/zcip.c @@ -35,14 +35,12 @@ //usage: "\nWith no -q, runs continuously monitoring for ARP conflicts," //usage: "\nexits only on I/O errors (link down etc)" +#include "libbb.h" #include <netinet/ether.h> -#include <net/ethernet.h> #include <net/if.h> #include <net/if_arp.h> -#include <linux/if_packet.h> #include <linux/sockios.h> -#include "libbb.h" #include <syslog.h> /* We don't need more than 32 bits of the counter */ |