diff options
-rw-r--r-- | include/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/time.h b/include/time.h index 4a681b4a..aa4efff4 100644 --- a/include/time.h +++ b/include/time.h @@ -39,7 +39,7 @@ struct tm long __tm_gmtoff; const char *__tm_zone; }; -#if defined(_BSD_SOURCE) +#if defined(_BSD_SOURCE) || defined(_GNU_SOURCE) #define tm_gmtoff __tm_gmtoff #define tm_zone __tm_zone #endif |