diff options
Diffstat (limited to 'time64.h')
-rw-r--r-- | time64.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -28,7 +28,11 @@ struct TM64 { #endif #ifdef HAS_TM_TM_ZONE +# ifdef __GLIBC__ const char *tm_zone; +# else + char *tm_zone; +# endif #endif }; |