]> granicus.if.org Git - pdns/commitdiff
fix up ixplore compilation, missing #include on some platforms
authorbert hubert <bert.hubert@netherlabs.nl>
Sun, 25 Oct 2015 18:29:09 +0000 (19:29 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Sun, 25 Oct 2015 18:29:09 +0000 (19:29 +0100)
pdns/ixplore.cc

index 208146416b730b312940ac0ff967967d9d0c701e..dcdf10488791cebf6c01669b4c5f21d9aaa44e55 100644 (file)
@@ -3,6 +3,9 @@
 #endif
 #include "arguments.hh"
 #include "base64.hh"
+#include <sys/types.h>
+#include <dirent.h>
+              
 #include "dnsparser.hh"
 #include "sstuff.hh"
 #include "misc.hh"