summaryrefslogtreecommitdiff
path: root/src/utils/physfsrwops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/physfsrwops.h')
-rw-r--r--src/utils/physfsrwops.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/utils/physfsrwops.h b/src/utils/physfsrwops.h
index 7874a8920..44e174814 100644
--- a/src/utils/physfsrwops.h
+++ b/src/utils/physfsrwops.h
@@ -30,7 +30,9 @@
#pragma GCC diagnostic ignored "-Wswitch-default"
#endif // USE_SDL2
#include <SDL_stdinc.h>
-_SDL_stdinc_h
+#if !defined(_SDL_stdinc_h) && !defined(SDL_stdinc_h_) && !defined(SDL_stdinc_h)
+#error need include SDL_stdinc.h
+#endif // !defined(_SDL_stdinc_h) && !defined(SDL_stdinc_h_)
#ifdef USE_SDL2
#pragma GCC diagnostic pop
#endif // USE_SDL2