Skip to content

Commit

Permalink
Merge pull request CleverRaven#27757 from jbytheway/fix_android_build
Browse files Browse the repository at this point in the history
Fix Android compile error
  • Loading branch information
ZhilkinSerg authored Jan 22, 2019
2 parents a7ab652 + dbcd826 commit 61b1fa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#endif

#ifdef __ANDROID__
#include <unistd.h>
#include <SDL_system.h>
#include <SDL_filesystem.h>
#include <SDL_keyboard.h>
Expand Down

0 comments on commit 61b1fa2

Please sign in to comment.