Commit b820a81ffba5b352e0fc933ea45441e604ae07b1

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

Include SDL_hints.h.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/thread/pthread/SDL_systhread.c b/src/thread/pthread/SDL_systhread.c
index 73a0120..700c0a5 100644
--- a/src/thread/pthread/SDL_systhread.c
+++ b/src/thread/pthread/SDL_systhread.c
@@ -21,7 +21,7 @@
 
 #include "../../SDL_internal.h"
 #include "SDL_system.h"
-#include "SDL_hint.h"
+#include "SDL_hints.h"
 
 #include <pthread.h>