Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 625236
Collapse All | Expand All

(-)radvd-2.14/includes.h (-6 / +1 lines)
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

Return to bug 625236