This commit is contained in:
Robin Gareus 2025-11-09 20:55:05 +01:00
parent 4998b114ea
commit bf154d0239
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -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