]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Need net/route.h
authorRoy Marples <roy@marples.name>
Thu, 11 Dec 2014 01:29:05 +0000 (01:29 +0000)
committerRoy Marples <roy@marples.name>
Thu, 11 Dec 2014 01:29:05 +0000 (01:29 +0000)
ipv6nd.c

index ea6f0db72fef1b57cd630c753dd799355bc1cf17..f3ae8f380ab720ba3cb15c1642666c59c6c709f8 100644 (file)
--- a/ipv6nd.c
+++ b/ipv6nd.c
@@ -29,6 +29,7 @@
 #include <sys/param.h>
 #include <sys/socket.h>
 #include <net/if.h>
+#include <net/route.h>
 #include <netinet/in.h>
 #include <netinet/ip6.h>
 #include <netinet/icmp6.h>