13
0

'libs/pbd/file_utils.cc' didn't apply cleanly for some reason

This commit is contained in:
John Emmas 2013-07-16 19:13:18 +01:00
parent 7b480eaa27
commit e257b79ecd

View File

@ -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>