]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix up compilation on RHEL (missing include)
authorbert hubert <bert.hubert@netherlabs.nl>
Wed, 22 Oct 2014 15:18:30 +0000 (17:18 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Wed, 22 Oct 2014 15:18:30 +0000 (17:18 +0200)
pdns/secpoll-auth.cc
pdns/secpoll-recursor.cc

index a5f9d04894f742e8873db1cfd1598e122de534e7..5754e0e9a4e94aa430c66c92e2404477f4d79de8 100644 (file)
@@ -12,6 +12,7 @@
 #include "dns_random.hh"
 #include "namespaces.hh"
 #include "statbag.hh"
+#include <stdint.h>
 #ifndef PACKAGEVERSION 
 #define PACKAGEVERSION PDNS_VERSION
 #endif
index c3987c8c2545d8512f51b1b5a92671f1c788bde2..16b74ac5022c60b8688e3f32a57f2b9674d59787 100644 (file)
@@ -4,7 +4,7 @@
 #include "arguments.hh"
 #include "version.hh"
 #include "version_generated.h"
-
+#include <stdint.h>
 #ifndef PACKAGEVERSION 
 #define PACKAGEVERSION PDNS_VERSION
 #endif