aboutsummaryrefslogtreecommitdiff
path: root/system/include/SDL/SDL_stdinc.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/SDL/SDL_stdinc.h')
-rw-r--r--system/include/SDL/SDL_stdinc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/SDL/SDL_stdinc.h b/system/include/SDL/SDL_stdinc.h
index c4ce7ccd..508ecdb4 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(EMSCRIPTEN) || defined(HAVE_STDINT_H)
+#elif defined(__EMSCRIPTEN__) || defined(HAVE_STDINT_H)
# include <stdint.h>
#endif
#ifdef HAVE_CTYPE_H