diff options
| author | Roy Marples <roy@marples.name> | 2019-11-29 02:06:44 +0300 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-11-29 02:06:44 +0300 |
| commit | abd613d98a15fa740137e59601eb3646ca8c0bf8 (patch) | |
| tree | 436fb9cad436a10dd451629ce0a978513e1d7e1d /src/privsep-bpf.c | |
| parent | 18be71e842f64f2f6fe130865aa58b4221e5024d (diff) | |
| download | dhcpcd-abd613d98a15fa740137e59601eb3646ca8c0bf8.tar.xz | |
Solaris: start privsep support
Compiles but lacks support for DLPI and ioctl needs rework.
Diffstat (limited to 'src/privsep-bpf.c')
| -rw-r--r-- | src/privsep-bpf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/privsep-bpf.c b/src/privsep-bpf.c index a14d8a14..98878b70 100644 --- a/src/privsep-bpf.c +++ b/src/privsep-bpf.c @@ -31,6 +31,7 @@ /* Need these headers just for if_ether on some OS. */ #ifndef __NetBSD__ +#include <net/if.h> #include <net/if_arp.h> #include <netinet/in.h> #endif |
