diff options
Diffstat (limited to 'audio/zinf/files/patch-base_include_thread.h')
-rw-r--r-- | audio/zinf/files/patch-base_include_thread.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/zinf/files/patch-base_include_thread.h b/audio/zinf/files/patch-base_include_thread.h new file mode 100644 index 000000000000..66a015ac7695 --- /dev/null +++ b/audio/zinf/files/patch-base_include_thread.h @@ -0,0 +1,13 @@ +--- base/include/thread.h.orig 2003-09-16 17:34:53 UTC ++++ base/include/thread.h +@@ -26,7 +26,10 @@ ________________________________________ + + #include "config.h" + ++#include <inttypes.h> ++#if HAVE_STDINT_H + #include <stdint.h> ++#endif + + typedef void (*thread_function)(void * arg); + |