Emscripten: Fixed not including SDL_internal.h.

Philipp Wiesemann 2015-02-14 00:13:00 +01:00
parent 697c5c5758
commit c5179c6acf
1 changed files with 1 additions and 1 deletions

View File

@ -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"