fix dedicated server build

This commit is contained in:
nillerusr
2021-04-27 23:33:46 +03:00
parent c1c616e569
commit c70e496e72
3 changed files with 9 additions and 4 deletions

View File

@@ -127,8 +127,11 @@
#endif
#if defined( LINUX )
#include <locale.h>
#ifdef USE_SDL
#include "SDL.h"
#endif
#endif
#include "ixboxsystem.h"
extern IXboxSystem *g_pXboxSystem;