]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
we need to #include <SDL.h> before #include "quakedef.h"
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 17 Jul 2013 04:00:01 +0000 (04:00 +0000)
committerRudolf Polzer <divverent@xonotic.org>
Mon, 22 Jul 2013 14:43:34 +0000 (16:43 +0200)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11969 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=ac6eb650d9fadc3066e1af72b4afe2d127a1edec

thread_sdl.c

index d7fd1737358449bb1f587cb76e6a769ca88be847..4f58f71d386f95863d6a6752cee0ea133f91776d 100644 (file)
@@ -1,7 +1,7 @@
-#include "quakedef.h"
-#include "thread.h"
 #include <SDL.h>
 #include <SDL_thread.h>
+#include "quakedef.h"
+#include "thread.h"
 
 int Thread_Init(void)
 {