Update midi_source.cc

This commit is contained in:
EZ4Stephen 2025-11-19 16:44:05 +04:00 committed by GitHub
parent cc30644d84
commit aaa495595b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,9 @@
*/
#include <sys/stat.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <fcntl.h>
#include <float.h>
#include <cerrno>