summaryrefslogtreecommitdiffstats
path: root/ipv6nd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2014-12-11 01:29:05 +0000
committerRoy Marples <roy@marples.name>2014-12-11 01:29:05 +0000
commit23b899e4a1a34bc3045240e047d3dff369aa9819 (patch)
treedd59da7a8f503a54d867d64be86ae3b0d18b5d28 /ipv6nd.c
parentc6c54d9e963f256ccb1c071d74a2d8d7ec3adb66 (diff)
downloaddhcpcd-23b899e4a1a34bc3045240e047d3dff369aa9819.tar.xz
Need net/route.h
Diffstat (limited to 'ipv6nd.c')
-rw-r--r--ipv6nd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipv6nd.c b/ipv6nd.c
index ea6f0db7..f3ae8f38 100644
--- 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>