Browse Source

Hopefully really fixed the Android build

Sam Lantinga 11 years ago
parent
commit
ece2a9bf06
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/video/android/SDL_androidwindow.c

+ 1 - 0
src/video/android/SDL_androidwindow.c

@@ -22,6 +22,7 @@
 
 #if SDL_VIDEO_DRIVER_ANDROID
 
+#include "SDL_syswm.h"
 #include "../SDL_sysvideo.h"
 #include "../../events/SDL_keyboard_c.h"
 #include "../../events/SDL_mouse_c.h"