From 6432820cb1458bedbd7d823f075b8fc12df68b77 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 10 Jul 2018 13:23:46 +0200 Subject: [PATCH] dnsdist: Add missing include for PRId64, fix build on CentOS 6 / SLES 12 --- pdns/dnsdist-cache.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdns/dnsdist-cache.cc b/pdns/dnsdist-cache.cc index 52829f5a1..bf092f730 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" -- 2.40.0