Commit de866e66063e5e689ed78587e79b02e95c683383

Sam Lantinga 2020-05-26T13:19:29

Include SDL_hint.h.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/thread/pthread/SDL_systhread.c b/src/thread/pthread/SDL_systhread.c
index 2dc6024..73a0120 100644
--- a/src/thread/pthread/SDL_systhread.c
+++ b/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>