diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-18 18:52:52 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-18 18:52:52 +0000 |
commit | 786835fc3ea639d16e74eeae34c42022f299f6b9 (patch) | |
tree | 437d2f0bb78ed333d9de84196498d05853641390 /audio/zinf/files/patch-base-include-event.h | |
parent | s/GTK2/GTK1/ (diff) |
- Update to version 2.2.5
PR: ports/63004
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=101336
Diffstat (limited to 'audio/zinf/files/patch-base-include-event.h')
-rw-r--r-- | audio/zinf/files/patch-base-include-event.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/zinf/files/patch-base-include-event.h b/audio/zinf/files/patch-base-include-event.h new file mode 100644 index 000000000000..2b0741654902 --- /dev/null +++ b/audio/zinf/files/patch-base-include-event.h @@ -0,0 +1,13 @@ +--- base/include/event.h.orig Wed Sep 17 02:34:53 2003 ++++ base/include/event.h Mon Feb 16 12:15:13 2004 +@@ -24,7 +24,10 @@ + #ifndef INCLUDED_EVENT_H_ + #define INCLUDED_EVENT_H_ + ++#include <inttypes.h> ++#if HAVE_STDINT_H + #include <stdint.h> ++#endif + #include "config.h" + #include "errors.h" + |