mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Add MSVC specific include for io.h
Fixes the following errors when building: read': identifier not found (Originally lines 562 and 572, now 566 and 576) 'close': identifier not found (Originally line 574, now line 578)
This commit is contained in:
parent
edd526d94b
commit
cae50f5de6
1 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,10 @@
|
|||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#ifdef COMPILER_MSVC
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
#include "pbd/gstdio_compat.h"
|
||||
#include <glibmm.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue