Commit ece2a9bf065e214a37e5822c81857d09ef280441

Sam Lantinga 2014-06-02T09:20:09

Hopefully really fixed the Android build

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/video/android/SDL_androidwindow.c b/src/video/android/SDL_androidwindow.c
index 73387fc..32446dd 100644
--- a/src/video/android/SDL_androidwindow.c
+++ b/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"