summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/windowmanager-sdl.cc
diff options
context:
space:
mode:
authorfrogbotherer <therealchriswest@hotmail.com>2012-09-16 21:34:44 +0100
committerfrogbotherer <therealchriswest@hotmail.com>2012-09-16 21:34:44 +0100
commit7226fbd120d663e65c064c7a653c9f34836d8d21 (patch)
treeb55d48bee4cfc64d6bba44e08f782a879262a280 /crawl-ref/source/windowmanager-sdl.cc
parent9f6db03461d8f9fe4d81a10b039811426c5b9e61 (diff)
downloadcrawl-ref-7226fbd120d663e65c064c7a653c9f34836d8d21.tar.gz
crawl-ref-7226fbd120d663e65c064c7a653c9f34836d8d21.zip
added new include for Android-specific SDL calls
Diffstat (limited to 'crawl-ref/source/windowmanager-sdl.cc')
-rw-r--r--crawl-ref/source/windowmanager-sdl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/windowmanager-sdl.cc b/crawl-ref/source/windowmanager-sdl.cc
index 3cccfcbda5..602f9b8d73 100644
--- a/crawl-ref/source/windowmanager-sdl.cc
+++ b/crawl-ref/source/windowmanager-sdl.cc
@@ -21,6 +21,7 @@
#include <GLES/gl.h>
#include <signal.h>
#include <SDL_mixer.h>
+#include <SDL_android.h>
#endif
WindowManager *wm = NULL;