mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +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 <set>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
#ifdef HAVE_UNISTD_H
|
||||||
|
#include <unistd.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include "pbd/gstdio_compat.h"
|
#include "pbd/gstdio_compat.h"
|
||||||
|
|
||||||
|
|
@ -56,7 +60,6 @@
|
||||||
#include <io.h> // Microsoft's nearest equivalent to <unistd.h>
|
#include <io.h> // Microsoft's nearest equivalent to <unistd.h>
|
||||||
#include <ardourext/misc.h>
|
#include <ardourext/misc.h>
|
||||||
#else
|
#else
|
||||||
#include <unistd.h>
|
|
||||||
#include <regex.h>
|
#include <regex.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue