Commit c5179c6acf744421216bcb588471ded33bb45f1b

Philipp Wiesemann 2015-02-14T00:13:00

Emscripten: Fixed not including SDL_internal.h.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/joystick/emscripten/SDL_sysjoystick_c.h b/src/joystick/emscripten/SDL_sysjoystick_c.h
index 375ea0e..4c907a6 100644
--- a/src/joystick/emscripten/SDL_sysjoystick_c.h
+++ b/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"