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, 0 insertions, 13 deletions
diff --git a/audio/zinf/files/patch-base-unix-include-win32impl.h b/audio/zinf/files/patch-base-unix-include-win32impl.h deleted file mode 100644 index c9c95fe61435..000000000000 --- a/audio/zinf/files/patch-base-unix-include-win32impl.h +++ /dev/null @@ -1,13 +0,0 @@ ---- base/unix/include/win32impl.h.orig Thu Feb 6 02:52:42 2003 -+++ base/unix/include/win32impl.h Mon Aug 18 17:36:37 2003 -@@ -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" |