diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/zinf/files/patch-base-include-event.h | |
parent | 5a20e7990eb544509174d617d359bf0d4ac64737 (diff) |
Notes
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, 0 insertions, 13 deletions
diff --git a/audio/zinf/files/patch-base-include-event.h b/audio/zinf/files/patch-base-include-event.h deleted file mode 100644 index 2b0741654902..000000000000 --- a/audio/zinf/files/patch-base-include-event.h +++ /dev/null @@ -1,13 +0,0 @@ ---- 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" - |