diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-24 22:57:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-24 22:57:48 +0000 |
commit | b8fc347cb46861dc119087800607e69333f55679 (patch) | |
tree | 58fe796f5c764e3182a6e1ae2929c2886708ec30 /security/clamav/files | |
parent | This doesn't compile on the Alpha or x86-64. (diff) |
Fix build on -CURRENT.
Reported by: bento via kris
Approved by: portmgr (implicit)
Diffstat (limited to 'security/clamav/files')
-rw-r--r-- | security/clamav/files/patch-libclamav::zziplib::zzip-conf.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/clamav/files/patch-libclamav::zziplib::zzip-conf.h b/security/clamav/files/patch-libclamav::zziplib::zzip-conf.h new file mode 100644 index 000000000000..fe62753a8889 --- /dev/null +++ b/security/clamav/files/patch-libclamav::zziplib::zzip-conf.h @@ -0,0 +1,11 @@ +--- libclamav/zziplib/zzip-conf.h.orig Mon Nov 24 17:52:56 2003 ++++ libclamav/zziplib/zzip-conf.h Mon Nov 24 17:53:05 2003 +@@ -11,6 +11,8 @@ + #ifndef _ZZIP_CONF_H + #define _ZZIP_CONF_H 1 + ++#include <sys/types.h> ++ + #if !defined ZZIP_OMIT_CONFIG_H + # if defined _MSC_VER || defined __BORLANDC__ || defined __WATCOMC__ + # include <zzip-msvc.h> |