mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Update midi_source.cc
This commit is contained in:
parent
cc30644d84
commit
aaa495595b
1 changed files with 2 additions and 0 deletions
|
|
@ -23,7 +23,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
#ifdef HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#endif
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
#include <cerrno>
|
#include <cerrno>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue