13 lines
296 B
Diff
13 lines
296 B
Diff
|
Index: alure-1.2/src/codec_fluidsynth.cpp
|
||
|
===================================================================
|
||
|
--- alure-1.2.orig/src/codec_fluidsynth.cpp
|
||
|
+++ alure-1.2/src/codec_fluidsynth.cpp
|
||
|
@@ -30,6 +30,7 @@
|
||
|
#ifdef _WIN32
|
||
|
#include <io.h>
|
||
|
#endif
|
||
|
+#include <unistd.h>
|
||
|
|
||
|
#include <istream>
|
||
|
|