]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Compile fix for FreeBSD
authorRoy Marples <roy@marples.name>
Wed, 6 Dec 2006 11:16:43 +0000 (11:16 +0000)
committerRoy Marples <roy@marples.name>
Wed, 6 Dec 2006 11:16:43 +0000 (11:16 +0000)
dhcpcd.h

index 623de7f432ba13ac85434fdb193e30a4b58b312a..13c80d4222989deb4c438cdd80124167e290b001 100644 (file)
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -20,6 +20,7 @@
 #ifndef DHCPCD_H
 #define DHCPCD_H
 
+#include <sys/socket.h>
 #ifdef __linux__
 #include <linux/limits.h>
 #endif