mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Fix windows build (see also e44a66287a)
This commit is contained in:
parent
e44a66287a
commit
d537cdf60b
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
#include "libpbd-config.h"
|
#include "libpbd-config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_LOCALTIME_R
|
#if !defined HAVE_LOCALTIME_R || defined __MINGW64__
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue