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 /if-options.h | |
| parent | 274abdf80bea6fb6babb3511ed4ee226ce18b8d2 (diff) | |
| download | dhcpcd-ccf0a5f559a4cbe55e44b43861f02e73801b33cc.tar.xz | |
Fix compile and wireless test on FreeBSD.
Diffstat (limited to 'if-options.h')
| -rw-r--r-- | if-options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/if-options.h b/if-options.h index 154aef2a..11753f46 100644 --- a/if-options.h +++ b/if-options.h @@ -28,6 +28,7 @@ #ifndef IF_OPTIONS_H #define IF_OPTIONS_H +#include <sys/socket.h> #include <net/if.h> #include <netinet/in.h> |
