diff options
| author | Roy Marples <roy@marples.name> | 2016-11-16 13:43:08 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2016-11-16 13:43:08 +0000 |
| commit | b2ae61071bb1e244287c727517a8623404668cca (patch) | |
| tree | 1955fdaf7e769020e18a309b7de0bb42b927bdc9 | |
| parent | 9acf8f0a53934cd98a2645bce6de531d34a0aca9 (diff) | |
| download | dhcpcd-b2ae61071bb1e244287c727517a8623404668cca.tar.xz | |
Fix compile on FreeBSD.
| -rw-r--r-- | sa.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -25,7 +25,8 @@ * SUCH DAMAGE. */ -#include <sys/param.h> +#include <sys/socket.h> +#include <sys/types.h> #include <arpa/inet.h> #ifdef AF_LINK |
