Return to arping.c CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / arping / src |
version 1.1, 2012/02/21 22:16:27 | version 1.1.1.1.2.1, 2013/07/22 00:12:50 |
---|---|
Line 75 | Line 75 |
#include <libnet.h> | #include <libnet.h> |
#endif | #endif |
#if HAVE_NET_BPF_H | |
#include <net/bpf.h> | |
#endif | |
#if HAVE_WIN32_LIBNET_H | #if HAVE_WIN32_LIBNET_H |
#include <win32/libnet.h> | #include <win32/libnet.h> |
#endif | #endif |
#include <pcap.h> | #include <pcap.h> |
#if HAVE_NET_BPF_H | |
#include <net/bpf.h> | |
#endif | |
#ifndef ETH_ALEN | #ifndef ETH_ALEN |
#define ETH_ALEN 6 | #define ETH_ALEN 6 |