diff options
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..a7f34aa103fe --- /dev/null +++ b/audio/zinf/files/patch-base_include_facontext.h @@ -0,0 +1,13 @@ +--- base/include/facontext.h.orig 2003-09-16 17:58:13 UTC ++++ base/include/facontext.h +@@ -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" |