rnd-20131209-1-src
[rocksndiamonds.git] / src / libgame / system.h
index e3454997cc1d83afa841c2a9ca48045845a720d3..9f997cf16d63d7f6d4603389a880b7f67b259cfe 100644 (file)
@@ -24,6 +24,8 @@
 #include "windows.h"
 #elif defined(PLATFORM_MSDOS)
 #include "msdos.h"
+#elif defined(PLATFORM_ANDROID)
+#include "android.h"
 #endif
 
 #if defined(TARGET_SDL)