summaryrefslogtreecommitdiff
blob: b2db3dc30fa442744dd925e3e3eaaa9be719744f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Gentoo-bug: 500164

--- a/src/codec_fluidsynth.cpp
+++ b/src/codec_fluidsynth.cpp
@@ -30,6 +30,8 @@
 #ifdef _WIN32
 #include <io.h>
+#else
+#include <unistd.h>
 #endif
 
 #include <istream>