diff options
Diffstat (limited to '9/sources/android/support/include/time.h')
-rw-r--r-- | 9/sources/android/support/include/time.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/9/sources/android/support/include/time.h b/9/sources/android/support/include/time.h index 020dcbc..aadec60 100644 --- a/9/sources/android/support/include/time.h +++ b/9/sources/android/support/include/time.h @@ -31,6 +31,9 @@ // __LP64__ #include_next <time.h> + +#if !defined(__LP64__) + #include <xlocale.h> #ifdef __cplusplus @@ -44,4 +47,6 @@ size_t strftime_l(char *s, size_t maxsize, const char *format, } // extern "C" #endif +#endif // !__LP64__ + #endif // NDK_ANDROID_SUPPORT_TIME_H |