mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
12 lines
192 B
C++
12 lines
192 B
C++
--- src/midilfo.cpp.orig 2019-04-05 09:20:35 UTC
|
|
+++ src/midilfo.cpp
|
|
@@ -22,6 +22,9 @@
|
|
*
|
|
*/
|
|
#include <cmath>
|
|
+#ifdef __FreeBSD__
|
|
+#include <sys/types.h>
|
|
+#endif
|
|
#include "midilfo.h"
|
|
|
|
|