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, 0 insertions, 13 deletions
diff --git a/audio/zinf/files/patch-io_src_pullbuffer.cpp b/audio/zinf/files/patch-io_src_pullbuffer.cpp deleted file mode 100644 index d216b3e074dd..000000000000 --- a/audio/zinf/files/patch-io_src_pullbuffer.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- 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 |