diff --git a/dhcp6.c b/dhcp6.c index 9c1fbec..5a8b94a 100644 --- a/dhcp6.c +++ b/dhcp6.c @@ -31,10 +31,6 @@ #include #include -#ifdef __linux__ -# define _LINUX_IN6_H -# include -#endif #include #include diff --git a/dhcpcd.c b/dhcpcd.c index 64758e5..652313e 100644 --- a/dhcpcd.c +++ b/dhcpcd.c @@ -48,6 +48,7 @@ const char dhcpcd_copyright[] = "Copyright (c) 2006-2014 Roy Marples"; #include #include #include +#include #include "config.h" #include "arp.h" diff --git a/ipv6.h b/ipv6.h index 4a89d85..a04fa5a 100644 --- a/ipv6.h +++ b/ipv6.h @@ -33,11 +33,6 @@ #include -#ifdef __linux__ -# define _LINUX_IN6_H -# include -#endif - #include "dhcpcd.h" #define ALLROUTERS "ff02::2" diff --git a/ipv6nd.c b/ipv6nd.c index a755fe8..b747fbd 100644 --- a/ipv6nd.c +++ b/ipv6nd.c @@ -33,11 +33,6 @@ #include #include -#ifdef __linux__ -# define _LINUX_IN6_H -# include -#endif - #include #include #include