diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 03:59:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 03:59:35 +0000 |
commit | e95a885a95c52c19e18040208f07d05c1537fc53 (patch) | |
tree | 645eda65c011355ebebda0646557e5b5cb1f7e33 /audio/zinf/files/patch-base-include-facontext.h | |
parent | Update for teamspeak_server port update (diff) |
Update port: audio/zinf to 2.2.4
- Update to version 2.2.4
PR: ports/57001
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=89509
Diffstat (limited to 'audio/zinf/files/patch-base-include-facontext.h')
-rw-r--r-- | audio/zinf/files/patch-base-include-facontext.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/zinf/files/patch-base-include-facontext.h b/audio/zinf/files/patch-base-include-facontext.h new file mode 100644 index 000000000000..7b5d4ba3e0ec --- /dev/null +++ b/audio/zinf/files/patch-base-include-facontext.h @@ -0,0 +1,13 @@ +--- base/include/facontext.h.orig Thu Feb 6 02:52:52 2003 ++++ base/include/facontext.h Mon Aug 18 17:34:13 2003 +@@ -25,7 +25,10 @@ + #ifndef INCLUDED_FACONTEXT_H_ + #define INCLUDED_FACONTEXT_H_ + ++#include <inttypes.h> ++#if HAVE_STDINT_H + #include <stdint.h> ++#endif + + #include "config.h" + #include "preferences.h" |