From: bert hubert Date: Wed, 22 Oct 2014 15:18:30 +0000 (+0200) Subject: fix up compilation on RHEL (missing include) X-Git-Tag: rec-3.7.0-rc1~194 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d36904fb93c67ae13151bd6e90e2e7485dab1b9f;p=thirdparty%2Fpdns.git fix up compilation on RHEL (missing include) --- diff --git a/pdns/secpoll-auth.cc b/pdns/secpoll-auth.cc index a5f9d04894..5754e0e9a4 100644 --- a/pdns/secpoll-auth.cc +++ b/pdns/secpoll-auth.cc @@ -12,6 +12,7 @@ #include "dns_random.hh" #include "namespaces.hh" #include "statbag.hh" +#include #ifndef PACKAGEVERSION #define PACKAGEVERSION PDNS_VERSION #endif diff --git a/pdns/secpoll-recursor.cc b/pdns/secpoll-recursor.cc index c3987c8c25..16b74ac502 100644 --- a/pdns/secpoll-recursor.cc +++ b/pdns/secpoll-recursor.cc @@ -4,7 +4,7 @@ #include "arguments.hh" #include "version.hh" #include "version_generated.h" - +#include #ifndef PACKAGEVERSION #define PACKAGEVERSION PDNS_VERSION #endif