Commit e97b5062422cff6e8d34c2f3ecb821081f15c307

Sam Lantinga 2022-05-21T10:06:05

Need SDL_stdinc.h for _SDL_HAS_BUILTIN

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/SDL_assert.h b/include/SDL_assert.h
index 6068fc7..427c4c6 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++ */