aboutsummaryrefslogtreecommitdiff
path: root/audio/alure/files/patch-src_codec__fluidsynth.cpp
blob: c1002f6bd646f3a577510cac210870400a85004b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/codec_fluidsynth.cpp.orig	2011-07-29 08:37:48 UTC
+++ src/codec_fluidsynth.cpp
@@ -27,6 +27,7 @@
 
 #include <string.h>
 #include <assert.h>
+#include <unistd.h>
 #ifdef _WIN32
 #include <io.h>
 #endif