From: Bruno Haible Date: Sun, 21 Jun 2020 20:54:46 +0000 (+0200) Subject: tzset: Fix compilation warnings on mingw (regression from 2017-05-01). X-Git-Tag: v1.0~3971 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=1921016d67285da9460db5cadd5e5ed32a6581d1;p=gnulib.git tzset: Fix compilation warnings on mingw (regression from 2017-05-01). * lib/tzset.c: Include , . --- diff --git a/ChangeLog b/ChangeLog index f31497e603..61275e0e2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-06-21 Bruno Haible + + tzset: Fix compilation warnings on mingw (regression from 2017-05-01). + * lib/tzset.c: Include , . + 2020-06-16 Bruno Haible thread: Avoid possible compiler warnings in uses of gl_thread_exit. diff --git a/lib/tzset.c b/lib/tzset.c index 24c972dbf3..e3543ba607 100644 --- a/lib/tzset.c +++ b/lib/tzset.c @@ -22,6 +22,9 @@ /* Specification. */ #include +#include +#include + #include "localtime-buffer.h" /* This is a wrapper for tzset, for systems on which tzset may clobber