Lines 86-92
Link Here
|
86 |
#include <net/if_types.h> |
86 |
#include <net/if_types.h> |
87 |
#endif |
87 |
#endif |
88 |
|
88 |
|
89 |
#if defined(HAVE_NET_IF_ARP_H) && !defined(ARPHRD_ETHER) |
89 |
#if (defined(HAVE_NET_IF_ARP_H) && !defined(ARPHRD_ETHER)) || HAVE_LINUX_IF_ARP_H |
90 |
#include <net/if_arp.h> |
90 |
#include <net/if_arp.h> |
91 |
#endif /* defined(HAVE_NET_IF_ARP_H) && !defined(ARPHRD_ETHER) */ |
91 |
#endif /* defined(HAVE_NET_IF_ARP_H) && !defined(ARPHRD_ETHER) */ |
92 |
|
92 |
|
Lines 101-108
Link Here
|
101 |
#ifdef HAVE_IFADDRS_H |
101 |
#ifdef HAVE_IFADDRS_H |
102 |
#include <ifaddrs.h> |
102 |
#include <ifaddrs.h> |
103 |
#endif |
103 |
#endif |
104 |
|
|
|
105 |
#ifdef HAVE_LINUX_IF_ARP_H |
106 |
#include <linux/if_arp.h> |
107 |
#endif |
108 |
|