diff options
Diffstat (limited to 'community/alure/unistd.patch')
-rw-r--r-- | community/alure/unistd.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/community/alure/unistd.patch b/community/alure/unistd.patch new file mode 100644 index 000000000..6a145efee --- /dev/null +++ b/community/alure/unistd.patch @@ -0,0 +1,19 @@ +*** src/codec_fluidsynth.cpp 2011-07-29 10:37:48.000000000 +0200 +--- src/codec_fluidsynth2.cpp 2012-06-03 16:18:35.326640398 +0200 +*************** +*** 34,40 **** + #include <istream> + + #include <fluidsynth.h> +! + + #ifdef DYNLOAD + static void *fsynth_handle; +--- 34,40 ---- + #include <istream> + + #include <fluidsynth.h> +! #include <unistd.h> + + #ifdef DYNLOAD + static void *fsynth_handle; |