diff options
| author | Roy Marples <roy@marples.name> | 2014-12-11 01:29:05 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2014-12-11 01:29:05 +0000 |
| commit | 23b899e4a1a34bc3045240e047d3dff369aa9819 (patch) | |
| tree | dd59da7a8f503a54d867d64be86ae3b0d18b5d28 /ipv6nd.c | |
| parent | c6c54d9e963f256ccb1c071d74a2d8d7ec3adb66 (diff) | |
| download | dhcpcd-23b899e4a1a34bc3045240e047d3dff369aa9819.tar.xz | |
Need net/route.h
Diffstat (limited to 'ipv6nd.c')
| -rw-r--r-- | ipv6nd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |
