Browse Source

ios: patched to compile.

Ryan C. Gordon 8 years ago
parent
commit
35e564a694
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/joystick/iphoneos/SDL_sysjoystick.m

+ 1 - 0
src/joystick/iphoneos/SDL_sysjoystick.m

@@ -26,6 +26,7 @@
 /* needed for SDL_IPHONE_MAX_GFORCE macro */
 #include "SDL_config_iphoneos.h"
 
+#include "SDL_events.h"
 #include "SDL_joystick.h"
 #include "SDL_hints.h"
 #include "SDL_stdinc.h"