From f47de777fe0694f111865a1ab19d22784df60dcb Mon Sep 17 00:00:00 2001 From: adamw Date: Mon, 1 Sep 2014 19:04:28 +0000 Subject: Fix one error on 8 and 9. Still fails to build on those platforms. --- textproc/zorba/files/patch-src__api__auditimpl.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 textproc/zorba/files/patch-src__api__auditimpl.h (limited to 'textproc') diff --git a/textproc/zorba/files/patch-src__api__auditimpl.h b/textproc/zorba/files/patch-src__api__auditimpl.h new file mode 100644 index 000000000000..d38fc30da312 --- /dev/null +++ b/textproc/zorba/files/patch-src__api__auditimpl.h @@ -0,0 +1,10 @@ +--- ./src/api/auditimpl.h.orig 2014-09-01 14:22:29.528842989 -0400 ++++ ./src/api/auditimpl.h 2014-09-01 14:22:55.741771989 -0400 +@@ -18,6 +18,7 @@ + #ifndef ZORBA_API_AUDIT_IMPL_H + #define ZORBA_API_AUDIT_IMPL_H + ++#include + #include + #include + #include -- cgit