diff --git a/libs/pbd/file_utils.cc b/libs/pbd/file_utils.cc index aed050e694..d5813d64da 100644 --- a/libs/pbd/file_utils.cc +++ b/libs/pbd/file_utils.cc @@ -29,13 +29,13 @@ #include "pbd/gstdio_compat.h" #if defined COMPILER_MINGW || defined COMPILER_MSVC -#if defined COMPILER_MINGW -#include // For W_OK -#include -#endif -#include -#else -#include +# include +# include +# if defined COMPILER_MINGW +# include // For W_OK +# endif +#else // not windows +# include #endif #include