summaryrefslogtreecommitdiff
path: root/audio/zinf/files/patch-io_src_pullbuffer.cpp
blob: d216b3e074dd0753704195ed59b2ccb39d0d279c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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