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

(-)radvd-2.17.orig/includes.h (-2 / +2 lines)
Lines 88-94 Link Here
88
#include <net/if_types.h>
88
#include <net/if_types.h>
89
#endif
89
#endif
90
90
91
#if defined(HAVE_NET_IF_ARP_H) && !defined(ARPHRD_ETHER) && !defined(HAVE_LINUX_IF_ARP_H)
91
#if defined(HAVE_NET_IF_ARP_H) && !defined(ARPHRD_ETHER)
92
#include <net/if_arp.h>
92
#include <net/if_arp.h>
93
#endif /* defined(HAVE_NET_IF_ARP_H) && !defined(ARPHRD_ETHER) */
93
#endif /* defined(HAVE_NET_IF_ARP_H) && !defined(ARPHRD_ETHER) */
94
94
Lines 103-109 Link Here
103
#ifdef HAVE_IFADDRS_H
103
#ifdef HAVE_IFADDRS_H
104
#include <ifaddrs.h>
104
#include <ifaddrs.h>
105
#endif
105
#endif
106
#ifdef HAVE_LINUX_IF_ARP_H
106
#if !defined(HAVE_NET_IF_ARP_H) && defined(HAVE_LINUX_IF_ARP_H)
107
#include <linux/if_arp.h>
107
#include <linux/if_arp.h>
108
#endif
108
#endif

Return to bug 648008