diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-20 17:41:37 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-20 17:41:37 -0700 |
commit | eaed19a05ef3c9d04cd08691d1c8e5ec92ccf38d (patch) | |
tree | 4bd51993b5e6a5254a3b5e7c577e45f5d5055fef /system/include/SDL/SDL_stdinc.h | |
parent | b4603fe2141b922093150df3916a9dbceefe5afc (diff) |
SDL headers fix
Diffstat (limited to 'system/include/SDL/SDL_stdinc.h')
-rw-r--r-- | system/include/SDL/SDL_stdinc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/SDL/SDL_stdinc.h b/system/include/SDL/SDL_stdinc.h index 89cbc3c5..c4ce7ccd 100644 --- a/system/include/SDL/SDL_stdinc.h +++ b/system/include/SDL/SDL_stdinc.h @@ -65,7 +65,7 @@ #endif #if defined(HAVE_INTTYPES_H) # include <inttypes.h> -#elif defined(HAVE_STDINT_H) +#elif defined(EMSCRIPTEN) || defined(HAVE_STDINT_H) # include <stdint.h> #endif #ifdef HAVE_CTYPE_H |