mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +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() */
|
/* close(), read(), write() */
|
||||||
#ifdef COMPILER_MSVC
|
#ifdef COMPILER_MSVC
|
||||||
#include <io.h> // Microsoft's nearest equivalent to <unistd.h>
|
#include <io.h> // Microsoft's nearest equivalent to <unistd.h>
|
||||||
|
#ifndef OTHER1
|
||||||
#include <ardourext/misc.h>
|
#include <ardourext/misc.h>
|
||||||
#else
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "pbd/compose.h"
|
#include "pbd/compose.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue