From: Remi Gacogne Date: Tue, 10 Jul 2018 11:23:46 +0000 (+0200) Subject: dnsdist: Add missing include for PRId64, fix build on CentOS 6 / SLES 12 X-Git-Tag: dnsdist-1.3.2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6432820cb1458bedbd7d823f075b8fc12df68b77;p=thirdparty%2Fpdns.git dnsdist: Add missing include for PRId64, fix build on CentOS 6 / SLES 12 --- diff --git a/pdns/dnsdist-cache.cc b/pdns/dnsdist-cache.cc index 52829f5a1e..bf092f7309 100644 --- a/pdns/dnsdist-cache.cc +++ b/pdns/dnsdist-cache.cc @@ -19,6 +19,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include + #include "dnsdist.hh" #include "dolog.hh" #include "dnsparser.hh"