Browse Source

Need SDL_stdinc.h for _SDL_HAS_BUILTIN

Sam Lantinga 2 years ago
parent
commit
e97b506242
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/SDL_assert.h

+ 1 - 1
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++ */