diff options
author | Tim Angus <tim@ngus.net> | 2001-08-21 13:59:18 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-08-21 13:59:18 +0000 |
commit | a30920331b968eff36a90289d420ac7eead5013d (patch) | |
tree | a35dc06a74d32fb935cb17ed42f021b08d3426d9 /src | |
parent | e72754ab9494a153921cb1927ba8715e748c5396 (diff) |
Fix to q_shared.h
Diffstat (limited to 'src')
-rw-r--r-- | src/game/q_shared.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/q_shared.h b/src/game/q_shared.h index 3274690c..18db9dd4 100644 --- a/src/game/q_shared.h +++ b/src/game/q_shared.h @@ -79,12 +79,12 @@ #ifdef Q3_VM -#include "bg_lib.h" - #ifdef __linux__ #undef __linux__ #endif +#include "bg_lib.h" + #else #include <assert.h> |