]> granicus.if.org Git - pdns/commitdiff
add some specific includes here and there to generically improve inter-dependencies
authorbert hubert <bert.hubert@netherlabs.nl>
Sat, 7 Mar 2015 21:02:32 +0000 (22:02 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Sat, 7 Mar 2015 21:02:32 +0000 (22:02 +0100)
pdns/dnswriter.hh
pdns/dynmessenger.cc

index f3648b8e40aad02fae4a857370061e648f8ff1ef..d5ef4b75d0a63132e741e5fd7d6e312f0abe897e 100644 (file)
@@ -6,7 +6,7 @@
 #include <map>
 #include "dns.hh"
 #include "namespaces.hh"
-
+#include <arpa/inet.h>
 /** this class can be used to write DNS packets. It knows about DNS in the sense that it makes 
     the packet header and record headers.
 
index 26f2d0458a75d0283e5131290c45d90e735205ca..009a7223d57308272c57f903bee802fa0f3219dd 100644 (file)
@@ -21,6 +21,7 @@
 */
 #include "dynmessenger.hh"
 #include <cstdio>
+#include "utility.hh"
 #include <cstdlib>
 #include <cstring>
 #include <cerrno>