diff options
| author | Roy Marples <roy@marples.name> | 2009-04-17 13:42:44 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-04-17 13:42:44 +0000 |
| commit | 47681a7058d5f9a4235aa42fd509d2c6cd196fb6 (patch) | |
| tree | 440adfac8002fdba52ce265da2eecbc8125db9bb /dhcpcd.c | |
| parent | 9d5fe47f4534167fc51dffdcd2a50490dfb7c5de (diff) | |
| download | dhcpcd-47681a7058d5f9a4235aa42fd509d2c6cd196fb6.tar.xz | |
Fix compile on FreeBSD.
Diffstat (limited to 'dhcpcd.c')
| -rw-r--r-- | dhcpcd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ const char copyright[] = "Copyright (c) 2006-2009 Roy Marples"; #include <sys/file.h> +#include <sys/socket.h> #include <sys/stat.h> #include <sys/types.h> #include <sys/uio.h> |
