From e97b5062422cff6e8d34c2f3ecb821081f15c307 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 21 May 2022 10:06:05 -0700 Subject: [PATCH] Need SDL_stdinc.h for _SDL_HAS_BUILTIN --- include/SDL_assert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_assert.h b/include/SDL_assert.h index 6068fc77e..427c4c633 100644 --- a/include/SDL_assert.h +++ b/include/SDL_assert.h @@ -22,7 +22,7 @@ #ifndef SDL_assert_h_ #define SDL_assert_h_ -#include "SDL_config.h" +#include "SDL_stdinc.h" #include "begin_code.h" /* Set up for C function definitions, even when using C++ */