mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Update smf_source.cc
This commit is contained in:
parent
0de421e027
commit
273e187419
1 changed files with 4 additions and 0 deletions
|
|
@ -25,9 +25,13 @@
|
|||
|
||||
#include <vector>
|
||||
|
||||
#ifndef COMPILER_MSVC
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
#include <sys/stat.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
#include <regex.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue