diff options
Diffstat (limited to 'src/mastersrv/mastersrv.cpp')
| -rw-r--r-- | src/mastersrv/mastersrv.cpp | 7 |
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" |