aboutsummaryrefslogtreecommitdiffstats
path: root/code/game/bg_pmove.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/game/bg_pmove.c')
-rw-r--r--code/game/bg_pmove.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/game/bg_pmove.c b/code/game/bg_pmove.c
index f5f5c68..9fa3887 100644
--- a/code/game/bg_pmove.c
+++ b/code/game/bg_pmove.c
@@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
// bg_pmove.c -- both games player movement code
// takes a playerstate and a usercmd as input and returns a modifed playerstate
-#include "q_shared.h"
+#include "../qcommon/q_shared.h"
#include "bg_public.h"
#include "bg_local.h"