From e95a885a95c52c19e18040208f07d05c1537fc53 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sat, 27 Sep 2003 03:59:35 +0000 Subject: Update port: audio/zinf to 2.2.4 - Update to version 2.2.4 PR: ports/57001 Submitted by: KATO Tsuguru --- audio/zinf/files/patch-base-include-thread.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 audio/zinf/files/patch-base-include-thread.h (limited to 'audio/zinf/files/patch-base-include-thread.h') 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..d7dc43f36ebb --- /dev/null +++ b/audio/zinf/files/patch-base-include-thread.h @@ -0,0 +1,13 @@ +--- base/include/thread.h.orig Thu Feb 6 02:52:49 2003 ++++ base/include/thread.h Mon Aug 18 17:33:09 2003 +@@ -26,7 +26,10 @@ + + #include "config.h" + ++#include ++#if HAVE_STDINT_H + #include ++#endif + + typedef void (*thread_function)(void * arg); + -- cgit v1.2.3