mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
'libs/pbd/file_utils.cc' didn't apply cleanly for some reason
This commit is contained in:
parent
7b480eaa27
commit
e257b79ecd
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@
|
|||
#include <glib.h>
|
||||
#include <glib/gstdio.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#include <io.h> // for W_OK
|
||||
#ifdef COMPILER_MINGW
|
||||
#include <io.h> // For W_OK
|
||||
#endif
|
||||
|
||||
#include <glibmm/fileutils.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue