diff options
Diffstat (limited to 'source/cServer.cpp')
-rw-r--r-- | source/cServer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cServer.cpp b/source/cServer.cpp index 966444a25..a5e06d3ec 100644 --- a/source/cServer.cpp +++ b/source/cServer.cpp @@ -32,6 +32,7 @@ #include <cstring>
#include <errno.h>
#include <semaphore.h>
+#include "MCSocket.h"
#endif
#include <string>
|