From d3c2aba773f3ae56d63a7251b09bfc039e39b402 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Sun, 8 Jul 2012 18:18:50 +0000 Subject: [PATCH] make sure dnsreplay & friends compile on OpenBSD. Closes ticket 522 by 'Stefan' (r2672) git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2673 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/dnspcap.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnspcap.hh b/pdns/dnspcap.hh index 0499ed64dc..fe2d6993a3 100644 --- a/pdns/dnspcap.hh +++ b/pdns/dnspcap.hh @@ -10,7 +10,7 @@ #include #include #include -#if defined(__NetBSD__) +#if defined(__NetBSD__) || defined(__OpenBSD__) #include #include #elif defined (__SVR4) && defined (__sun) -- 2.47.3