diff options
Diffstat (limited to 'time')
-rw-r--r-- | time/strptime_l.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/time/strptime_l.c b/time/strptime_l.c index 8fe623d579..b3a612e03c 100644 --- a/time/strptime_l.c +++ b/time/strptime_l.c @@ -28,6 +28,7 @@ #include <stdbool.h> #ifdef _LIBC +# define HAVE_LOCALTIME_R 0 # include "../locale/localeinfo.h" #endif |