mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Add conditional include for ardourext/misc.h
Segregate the inclusion of ardourext/misc.h in file_utils.cc
This commit is contained in:
parent
cae50f5de6
commit
6cb0676e4c
1 changed files with 2 additions and 1 deletions
|
|
@ -59,8 +59,9 @@
|
|||
/* close(), read(), write() */
|
||||
#ifdef COMPILER_MSVC
|
||||
#include <io.h> // Microsoft's nearest equivalent to <unistd.h>
|
||||
#ifndef OTHER1
|
||||
#include <ardourext/misc.h>
|
||||
#else
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "pbd/compose.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue