Index: lldb/trunk/include/lldb/Host/Time.h =================================================================== --- lldb/trunk/include/lldb/Host/Time.h +++ lldb/trunk/include/lldb/Host/Time.h @@ -18,7 +18,7 @@ #if defined(__ANDROID_API__) && __ANDROID_API__ < 21 #include -static time_t timegm(struct tm* t); +extern time_t timegm(struct tm* t); #else #include #endif