- fixed compilation of Linux targets
This commit is contained in:
parent
91914b728b
commit
f0ca7fb213
3 changed files with 10 additions and 1 deletions
|
|
@ -113,6 +113,10 @@
|
|||
#include "scriptutil.h"
|
||||
#include "v_palette.h"
|
||||
|
||||
#ifdef __unix__
|
||||
#include "i_system.h" // for SHARE_DIR
|
||||
#endif // __unix__
|
||||
|
||||
EXTERN_CVAR(Bool, hud_althud)
|
||||
EXTERN_CVAR(Int, vr_mode)
|
||||
EXTERN_CVAR(Bool, cl_customizeinvulmap)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue