Browse Source

Include SDL_hint.h.

Sam Lantinga 4 years ago
parent
commit
de866e6606
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/thread/pthread/SDL_systhread.c

+ 1 - 0
src/thread/pthread/SDL_systhread.c

@@ -21,6 +21,7 @@
 
 #include "../../SDL_internal.h"
 #include "SDL_system.h"
+#include "SDL_hint.h"
 
 #include <pthread.h>