|
@@ -25,7 +25,7 @@
|
|
// A middle term solution is to generalize our local wrapper interface
|
|
// A middle term solution is to generalize our local wrapper interface
|
|
// (currently only available for the auth server), where all such portability
|
|
// (currently only available for the auth server), where all such portability
|
|
// issues are hidden, and to have other modules use the wrapper.
|
|
// issues are hidden, and to have other modules use the wrapper.
|
|
-#include <unistd.h>
|
|
+#include <unistd.h> // for some IPC/network system calls
|
|
#include <asio.hpp>
|
|
#include <asio.hpp>
|
|
#include <asio/error_code.hpp>
|
|
#include <asio/error_code.hpp>
|
|
#include <asio/system_error.hpp>
|
|
#include <asio/system_error.hpp>
|