From: Andy Stormont Date: Mon, 1 Feb 2016 12:07:57 +0000 (+0000) Subject: Fix FTBFS on illumos X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8de875f0fb594ffdea2692418f38c4c9436031f7;p=people%2Fms%2Fdnsmasq.git Fix FTBFS on illumos --- diff --git a/src/bpf.c b/src/bpf.c index 7c4bead..69dea13 100644 --- a/src/bpf.c +++ b/src/bpf.c @@ -20,7 +20,9 @@ #include #include +#if defined(HAVE_BSD_NETWORK) && !defined(__APPLE__) #include +#endif #include #include #include