From: Peter van Dijk Date: Wed, 8 Jun 2016 08:19:46 +0000 (+0000) Subject: add includes that we need on OpenBSD X-Git-Tag: auth-4.0.0-rc1~2^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bffca8b9ff61471f97a5a25be8a85e87cb8c6535;p=thirdparty%2Fpdns.git add includes that we need on OpenBSD --- diff --git a/pdns/dnsdist-console.cc b/pdns/dnsdist-console.cc index eb1476dcd6..9b90300c1a 100644 --- a/pdns/dnsdist-console.cc +++ b/pdns/dnsdist-console.cc @@ -1,6 +1,7 @@ #include "dnsdist.hh" #include "sodcrypto.hh" #include +#include #include #include "dolog.hh" #include "ext/json11/json11.hpp" diff --git a/pdns/dnsdist.hh b/pdns/dnsdist.hh index 5b14ca955e..d6da961a66 100644 --- a/pdns/dnsdist.hh +++ b/pdns/dnsdist.hh @@ -10,6 +10,7 @@ #include #include #include +#include #include "sholder.hh" #include "dnscrypt.hh" #include "dnsdist-cache.hh"