diff options
| author | Roy Marples <roy@marples.name> | 2013-06-10 00:56:54 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2013-06-10 00:56:54 +0000 |
| commit | 1f4c1525a51e3dad0481638289ece4e88f5f20e6 (patch) | |
| tree | 7746b157c04610e54fe1b9e8d90a9992e8153d45 /net.c | |
| parent | 10b5d4d07dc255638c5c69f0ab7baf420491c452 (diff) | |
| download | dhcpcd-1f4c1525a51e3dad0481638289ece4e88f5f20e6.tar.xz | |
Purge prefix list and routers at start of IPv6 for BSD.
Remove link_addr compact function as we now had a LL address list.
Fix INET and INET6 seperate compiles.
Diffstat (limited to 'net.c')
| -rw-r--r-- | net.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ * SUCH DAMAGE. */ +#include <sys/param.h> #include <sys/types.h> #include <sys/ioctl.h> #include <sys/socket.h> |
