Browse Source

Fix preprocessor error.

seyhajin 6 years ago
parent
commit
9ee2b8f2bd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules/sdl2/SDL/include/SDL_config.h

+ 1 - 0
modules/sdl2/SDL/include/SDL_config.h

@@ -52,6 +52,7 @@
 #include "SDL_config_raspbian.h" //!\\To created
 #else
 #include "SDL_config_linux.h" //!\\To created
+#endif
 #elif defined(EMSCRIPTEN)
 #include "SDL_config_emscripten.h" //!\\ To created
 #else