diff options
author | adamw <adamw@FreeBSD.org> | 2014-09-02 03:04:28 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-09-02 03:04:28 +0800 |
commit | f47de777fe0694f111865a1ab19d22784df60dcb (patch) | |
tree | c5c82ee71e119177c9fc95ad67fdb9b839069451 /textproc | |
parent | 33a17405be60392388334c1feb8febba9c6bbce0 (diff) | |
download | freebsd-ports-gnome-f47de777fe0694f111865a1ab19d22784df60dcb.tar.gz freebsd-ports-gnome-f47de777fe0694f111865a1ab19d22784df60dcb.tar.zst freebsd-ports-gnome-f47de777fe0694f111865a1ab19d22784df60dcb.zip |
Fix one error on 8 and 9. Still fails to build on those platforms.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/zorba/files/patch-src__api__auditimpl.h | 10 |
1 files changed, 10 insertions, 0 deletions
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 <sys/types.h> + #include <zorba/audit.h> + #include <zorba/audit_scoped.h> + #include <map> |