diff options
| author | Roy Marples <roy@marples.name> | 2008-09-02 15:25:14 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-09-02 15:25:14 +0000 |
| commit | ccf0a5f559a4cbe55e44b43861f02e73801b33cc (patch) | |
| tree | d4b8f3ae1bb3d09cf090171fdae4292c680c850d /dhcpcd.h | |
| parent | 274abdf80bea6fb6babb3511ed4ee226ce18b8d2 (diff) | |
| download | dhcpcd-ccf0a5f559a4cbe55e44b43861f02e73801b33cc.tar.xz | |
Fix compile and wireless test on FreeBSD.
Diffstat (limited to 'dhcpcd.h')
| -rw-r--r-- | dhcpcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ #ifndef DHCPCD_H #define DHCPCD_H +#include <sys/socket.h> #include <net/if.h> #include <limits.h> |
