summaryrefslogtreecommitdiff
path: root/audio/alure/files/patch-src__codec_fluidsynth.cpp
blob: 145415b2781a3d3685a55bb2c4d7074d724e7a68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- ./src/codec_fluidsynth.cpp.orig	2011-07-29 10:37:48.000000000 +0200
+++ ./src/codec_fluidsynth.cpp	2014-01-22 01:32:03.000000000 +0100
@@ -27,6 +27,7 @@
 
 #include <string.h>
 #include <assert.h>
+#include <unistd.h>
 #ifdef _WIN32
 #include <io.h>
 #endif