blob: bb0a05a5cab345c793b345eb4559dbf019aa333f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- Server/src/Config.cpp.orig 2017-09-14 09:34:05 UTC
+++ Server/src/Config.cpp
@@ -15,6 +15,7 @@
#include <unistd.h>
#include <arpa/inet.h>
+#include <sys/socket.h>
#include <yaml-cpp/yaml.h>
#include <boost/xpressive/xpressive.hpp>
#include <boost/exception/all.hpp>
|