Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/audio/alure/files/patch-src_codec__fluidsynth.cpp
16461 views
1
--- src/codec_fluidsynth.cpp.orig 2011-07-29 08:37:48 UTC
2
+++ src/codec_fluidsynth.cpp
3
@@ -27,6 +27,7 @@
4
5
#include <string.h>
6
#include <assert.h>
7
+#include <unistd.h>
8
#ifdef _WIN32
9
#include <io.h>
10
#endif
11
12