* lib/tzset.c: Include <stdlib.h>, <string.h>.
+2020-06-21 Bruno Haible <bruno@clisp.org>
+
+ tzset: Fix compilation warnings on mingw (regression from 2017-05-01).
+ * lib/tzset.c: Include <stdlib.h>, <string.h>.
+
2020-06-16 Bruno Haible <bruno@clisp.org>
thread: Avoid possible compiler warnings in uses of gl_thread_exit.
/* Specification. */
#include <time.h>
+#include <stdlib.h>
+#include <string.h>
+
#include "localtime-buffer.h"
/* This is a wrapper for tzset, for systems on which tzset may clobber