From de866e66063e5e689ed78587e79b02e95c683383 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 26 May 2020 13:19:29 -0700 Subject: [PATCH] Include SDL_hint.h. --- src/thread/pthread/SDL_systhread.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/thread/pthread/SDL_systhread.c b/src/thread/pthread/SDL_systhread.c index 2dc6024cd..73a012037 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