diff options
Diffstat (limited to 'audio/zinf/files/patch-base_unix_include_win32impl.h')
-rw-r--r-- | audio/zinf/files/patch-base_unix_include_win32impl.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/zinf/files/patch-base_unix_include_win32impl.h b/audio/zinf/files/patch-base_unix_include_win32impl.h new file mode 100644 index 000000000000..629e61bb4f1e --- /dev/null +++ b/audio/zinf/files/patch-base_unix_include_win32impl.h @@ -0,0 +1,13 @@ +--- base/unix/include/win32impl.h.orig 2003-09-16 17:34:54 UTC ++++ base/unix/include/win32impl.h +@@ -24,7 +24,10 @@ ________________________________________ + #ifndef INCLUDED_WIN32IMPL_H_ + #define INCLUDED_WIN32IMPL_H_ + ++#include <inttypes.h> ++#if HAVE_STDINT_H + #include <stdint.h> ++#endif + #include <limits.h> + + #include "config.h" |