summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-09-02 15:25:14 +0000
committerRoy Marples <roy@marples.name>2008-09-02 15:25:14 +0000
commitccf0a5f559a4cbe55e44b43861f02e73801b33cc (patch)
treed4b8f3ae1bb3d09cf090171fdae4292c680c850d /dhcpcd.h
parent274abdf80bea6fb6babb3511ed4ee226ce18b8d2 (diff)
downloaddhcpcd-ccf0a5f559a4cbe55e44b43861f02e73801b33cc.tar.xz
Fix compile and wireless test on FreeBSD.
Diffstat (limited to 'dhcpcd.h')
-rw-r--r--dhcpcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhcpcd.h b/dhcpcd.h
index 061a1d1b..86aa4959 100644
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -28,6 +28,7 @@
#ifndef DHCPCD_H
#define DHCPCD_H
+#include <sys/socket.h>
#include <net/if.h>
#include <limits.h>