diff options
Diffstat (limited to 'audio/zinf/files/patch-io_src_pullbuffer.cpp')
-rw-r--r-- | audio/zinf/files/patch-io_src_pullbuffer.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/zinf/files/patch-io_src_pullbuffer.cpp b/audio/zinf/files/patch-io_src_pullbuffer.cpp new file mode 100644 index 000000000000..d216b3e074dd --- /dev/null +++ b/audio/zinf/files/patch-io_src_pullbuffer.cpp @@ -0,0 +1,13 @@ +--- io/src/pullbuffer.cpp.orig 2003-09-16 17:35:05 UTC ++++ io/src/pullbuffer.cpp +@@ -26,7 +26,10 @@ ________________________________________ + #include <stdlib.h> + #include <string.h> + #include <assert.h> ++#include <inttypes.h> ++#if HAVE_STDINT_H + #include <stdint.h> ++#endif + #ifndef WIN32 + #include <unistd.h> + #endif |