]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - thread_sdl.c
we need to #include <SDL.h> before #include "quakedef.h"
[xonotic/darkplaces.git] / 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)
 {