From: havoc Date: Thu, 19 Aug 2010 15:15:32 +0000 (+0000) Subject: fix a compile error X-Git-Tag: xonotic-v0.1.0preview~230^2~79 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=cbfd258f467a1a2f62f2d98176cfbf4073a4d463;p=xonotic%2Fdarkplaces.git fix a compile error git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10403 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sys_sdl.c b/sys_sdl.c index af4777b4..833e00d5 100644 --- a/sys_sdl.c +++ b/sys_sdl.c @@ -1,4 +1,3 @@ -#include "quakedef.h" #ifdef WIN32 #ifdef _MSC_VER @@ -17,6 +16,8 @@ #include +#include "quakedef.h" + // ======================================================================= // General routines // =======================================================================