summaryrefslogtreecommitdiffstats
path: root/net.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2013-06-10 00:56:54 +0000
committerRoy Marples <roy@marples.name>2013-06-10 00:56:54 +0000
commit1f4c1525a51e3dad0481638289ece4e88f5f20e6 (patch)
tree7746b157c04610e54fe1b9e8d90a9992e8153d45 /net.c
parent10b5d4d07dc255638c5c69f0ab7baf420491c452 (diff)
downloaddhcpcd-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net.c b/net.c
index d8a8c9c8..23cb2482 100644
--- a/net.c
+++ b/net.c
@@ -25,6 +25,7 @@
* SUCH DAMAGE.
*/
+#include <sys/param.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/socket.h>