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