These should probably really be done by asio.hpp
@@ -14,6 +14,12 @@
#include <config.h>
+#include <unistd.h> // for some IPC/network system calls
+#include <sys/socket.h>
+#include <netinet/in.h>
+
+#include <asiolink/dns_service.h>
#include <asiolink/io_service.h>
#include <asio/ip/address.hpp>
@@ -14,6 +14,10 @@
#include <asio.hpp>
#include <exceptions/exceptions.h>
@@ -14,6 +14,11 @@
+#include <stdlib.h>
@@ -16,6 +16,10 @@
#include <boost/shared_array.hpp>
#include <log/dummylog.h>