Need SDL_stdinc.h for _SDL_HAS_BUILTIN

This commit is contained in:
Sam Lantinga 2022-05-21 10:06:05 -07:00
parent 626a3c5ef7
commit e97b506242
1 changed files with 1 additions and 1 deletions

View File

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