commit | 4d0c34f0e68592c396ccc17b1c7073289944047e | [log] [tgz] |
---|---|---|
author | Sam Lantinga <slouken@libsdl.org> | Tue May 26 13:19:35 2020 -0700 |
committer | Sam Lantinga <slouken@libsdl.org> | Tue May 26 13:19:35 2020 -0700 |
tree | 70cb786fbd6a0950809330e338fe4c9779b440ed | |
parent | 5c026717a7e16ce1ec8d0b913f945f2893944564 [diff] |
Include SDL_hints.h.
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>