Sfoglia il codice sorgente

Emscripten: Fixed not including SDL_internal.h.

Philipp Wiesemann 10 anni fa
parent
commit
c5179c6acf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/joystick/emscripten/SDL_sysjoystick_c.h

+ 1 - 1
src/joystick/emscripten/SDL_sysjoystick_c.h

@@ -19,7 +19,7 @@
  3. This notice may not be removed or altered from any source distribution.
  */
 
-#include "SDL_config.h"
+#include "../../SDL_internal.h"
 
 #ifdef SDL_JOYSTICK_EMSCRIPTEN
 #include "../SDL_sysjoystick.h"