From b35da1b6b3cacf48bb4908a2891da3502f324502 Mon Sep 17 00:00:00 2001 From: Florian Obser Date: Fri, 17 May 2013 15:34:38 +0200 Subject: [PATCH] if_ether.h is in netinet/ not net/ on OpenBSD Issue 522 was not correctly fixed. --- pdns/dnspcap.hh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pdns/dnspcap.hh b/pdns/dnspcap.hh index fe2d6993a..1142ce3b9 100644 --- a/pdns/dnspcap.hh +++ b/pdns/dnspcap.hh @@ -10,9 +10,12 @@ #include #include #include -#if defined(__NetBSD__) || defined(__OpenBSD__) +#if defined(__NetBSD__) #include #include +#elif defined (__OpenBSD__) +#include +#include #elif defined (__SVR4) && defined (__sun) #include #else -- 2.50.1