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