diff --git a/engine/common/host.c b/engine/common/host.c index 6b6970f69..417733689 100644 --- a/engine/common/host.c +++ b/engine/common/host.c @@ -1396,7 +1396,7 @@ int EXPORT Host_Main( int argc, const char **argv, const char *progname, int bCh } else { - #ifndef __ANDROID__ + #ifdef __ANDROID__ time_t timeval; struct tm *timeinfo;