changeset 1923:215439ea52a8 draft

Fix compile on FreeBSD
author Roy Marples <roy@marples.name>
date Wed, 15 May 2013 11:34:17 +0000
parents bf410e0a9173
children 160d927bc6ca
files dhcpcd.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dhcpcd.h	Wed May 15 11:17:36 2013 +0000
+++ b/dhcpcd.h	Wed May 15 11:34:17 2013 +0000
@@ -29,6 +29,7 @@
 #define DHCPCD_H
 
 #include <sys/queue.h>
+#include <sys/socket.h>
 #include <net/if.h>
 
 #include "control.h"