Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Hopefully really fixed the Android build
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+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" |
|
|