Fix windows build (see also e44a66287a)

This commit is contained in:
Robin Gareus
2025-05-19 18:39:13 +02:00
parent e44a66287a
commit d537cdf60b

View File

@@ -22,7 +22,7 @@
#include "libpbd-config.h"
#endif
#ifndef HAVE_LOCALTIME_R
#if !defined HAVE_LOCALTIME_R || defined __MINGW64__
#include <time.h>
#include <string.h>