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
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

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>