mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
#include <sys/utime.h> when building with MSVC
This commit is contained in:
parent
0be8456d0d
commit
ea8742b030
1 changed files with 3 additions and 1 deletions
|
|
@ -26,9 +26,11 @@
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include "pbd/gstdio_compat.h"
|
#include "pbd/gstdio_compat.h"
|
||||||
|
|
||||||
#ifdef COMPILER_MINGW
|
#if defined COMPILER_MINGW || defined COMPILER_MSVC
|
||||||
|
#if defined COMPILER_MINGW
|
||||||
#include <io.h> // For W_OK
|
#include <io.h> // For W_OK
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#endif
|
||||||
#include <sys/utime.h>
|
#include <sys/utime.h>
|
||||||
#else
|
#else
|
||||||
#include <utime.h>
|
#include <utime.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue