Skip to content

Commit

Permalink
Emscripten: Fixed not including SDL_internal.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Feb 13, 2015
1 parent 697c5c5 commit c5179c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/joystick/emscripten/SDL_sysjoystick_c.h
Expand Up @@ -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"
Expand Down

0 comments on commit c5179c6

Please sign in to comment.