Browse Source

Getting closer.

Sam Lantinga 4 years ago
parent
commit
cc2fe84d73
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/core/linux/SDL_threadprio.c

+ 1 - 0
src/core/linux/SDL_threadprio.c

@@ -24,6 +24,7 @@
 
 #include "SDL_error.h"
 #include "SDL_stdinc.h"
+#include "SDL_thread.h"
 
 #if !SDL_THREADS_DISABLED
 #include <sys/time.h>