mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
AmEND
This commit is contained in:
parent
4998b114ea
commit
bf154d0239
1 changed files with 4 additions and 1 deletions
|
|
@ -25,6 +25,10 @@
|
|||
#include <set>
|
||||
#include <vector>
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
#include "pbd/gstdio_compat.h"
|
||||
|
||||
|
|
@ -56,7 +60,6 @@
|
|||
#include <io.h> // Microsoft's nearest equivalent to <unistd.h>
|
||||
#include <ardourext/misc.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#include <regex.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue