mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
d333a2d539
Thanks to USUARIONUEVO in LQ. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
300 B
Diff
13 lines
300 B
Diff
diff -rupN a/src/codec_fluidsynth.cpp b/src/codec_fluidsynth.cpp
|
|
--- a/src/codec_fluidsynth.cpp 2011-07-29 08:37:48.000000000 +0000
|
|
+++ b/src/codec_fluidsynth.cpp 2014-01-03 10:42:13.280792235 +0000
|
|
@@ -32,7 +32,7 @@
|
|
#endif
|
|
|
|
#include <istream>
|
|
-
|
|
+#include <unistd.h>
|
|
#include <fluidsynth.h>
|
|
|
|
|
|
|