From c5179c6acf744421216bcb588471ded33bb45f1b Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sat, 14 Feb 2015 00:13:00 +0100 Subject: [PATCH] Emscripten: Fixed not including SDL_internal.h. --- src/joystick/emscripten/SDL_sysjoystick_c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/joystick/emscripten/SDL_sysjoystick_c.h b/src/joystick/emscripten/SDL_sysjoystick_c.h index 375ea0ef8..4c907a66c 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"