@@ -16,6 +16,8 @@
#include "config.h"
+// for some IPC/network system calls in asio/detail/pipe_select_interrupter.hpp
+#include <unistd.h>
// XXX: the ASIO header must be included before others. See session.cc.
#include <asio.hpp>
@@ -20,6 +20,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/uio.h>
+#include <stdlib.h> // for malloc and free
#include "fd_share.h"
namespace isc {
@@ -18,6 +18,8 @@
#include <cstring>
#include <iostream>