diff options
Diffstat (limited to 'src/mastersrv/mastersrv.cpp')
| -rw-r--r-- | src/mastersrv/mastersrv.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mastersrv/mastersrv.cpp b/src/mastersrv/mastersrv.cpp index cf32263f..aa799919 100644 --- a/src/mastersrv/mastersrv.cpp +++ b/src/mastersrv/mastersrv.cpp @@ -2,8 +2,8 @@ #include <string.h> extern "C" { - #include <engine/system.h> - #include <engine/network.h> + #include <engine/e_system.h> + #include <engine/e_network.h> } #include "mastersrv.h" |