about summary refs log tree commit diff
path: root/src/mastersrv/mastersrv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mastersrv/mastersrv.cpp')
-rw-r--r--src/mastersrv/mastersrv.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mastersrv/mastersrv.cpp b/src/mastersrv/mastersrv.cpp
index 6c6f3ddf..03488ffc 100644
--- a/src/mastersrv/mastersrv.cpp
+++ b/src/mastersrv/mastersrv.cpp
@@ -1,6 +1,9 @@
 #include <string.h>
-#include <baselib/system.h>
-#include <engine/network.h>
+
+extern "C" {
+	#include <engine/system.h>
+	#include <engine/network.h>
+}
 
 #include "mastersrv.h"