]> granicus.if.org Git - pdns/commitdiff
further gcc 4.4 compilation fix
authorBert Hubert <bert.hubert@netherlabs.nl>
Sat, 1 Aug 2009 21:56:13 +0000 (21:56 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sat, 1 Aug 2009 21:56:13 +0000 (21:56 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1394 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/base64.cc

index 8979c788b2ef5f95dc26b6ad726e781d2c61f6b7..2ac8ef65dcde4b390fdf72a2b9cec630b6f2a7dc 100644 (file)
@@ -1,4 +1,5 @@
 #include "base64.hh"
+#include <stdint.h>
 
 namespace anonpdns {
 char B64Decode1(char cInChar)