From 89caa88b7308dcc6db22b89c850f7812858cae9a Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 23 May 2024 17:14:07 -0700 Subject: [PATCH] Get the definition for SDL_PropertiesID in SDL_thread.h --- include/SDL3/SDL_thread.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL3/SDL_thread.h b/include/SDL3/SDL_thread.h index 34378bba88..ae445b2848 100644 --- a/include/SDL3/SDL_thread.h +++ b/include/SDL3/SDL_thread.h @@ -30,6 +30,7 @@ #include #include +#include /* Thread synchronization primitives */ #include