diff options
Diffstat (limited to 'audio/polyphone/files/patch-sfark_sfarkextractor1.cpp')
-rw-r--r-- | audio/polyphone/files/patch-sfark_sfarkextractor1.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/polyphone/files/patch-sfark_sfarkextractor1.cpp b/audio/polyphone/files/patch-sfark_sfarkextractor1.cpp new file mode 100644 index 000000000000..aad888b51328 --- /dev/null +++ b/audio/polyphone/files/patch-sfark_sfarkextractor1.cpp @@ -0,0 +1,11 @@ +--- sfark/sfarkextractor1.cpp.orig 2017-08-10 19:26:54 UTC ++++ sfark/sfarkextractor1.cpp +@@ -30,6 +30,8 @@ + #include "zlib.h" + #include "stdint.h" + ++#include <unistd.h> ++ + static const char * SfArkId = ".sfArk"; + + SfArkExtractor1::SfArkExtractor1(const char * fileName) : AbstractExtractor(), |