Browse Source

Emscripten: Fixed not including SDL_internal.h.

Philipp Wiesemann 10 years ago
parent
commit
c5179c6acf
1 changed files with 1 additions and 1 deletions
  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.
  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
 #ifdef SDL_JOYSTICK_EMSCRIPTEN
 #include "../SDL_sysjoystick.h"
 #include "../SDL_sysjoystick.h"