aboutsummaryrefslogtreecommitdiff
path: root/mail/imapfilter
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2006-05-31 19:34:22 +0000
committerStefan Walter <stefan@FreeBSD.org>2006-05-31 19:34:22 +0000
commit47e00cd9c6e086624b5d2e88cce322a5d2727f6f (patch)
treee94dd5fca23ff3573701ab58c0d840ca41f03504 /mail/imapfilter
parent27dd9212ebd1f1c48906ca604a27246e8a903adf (diff)
downloadports-47e00cd9c6e086624b5d2e88cce322a5d2727f6f.tar.gz
ports-47e00cd9c6e086624b5d2e88cce322a5d2727f6f.zip
Fix build on 4.x.
Noticed by: kris/pointyhat Tested by: Dianora on IRC Approved by: arved (mentor)
Notes
Notes: svn path=/head/; revision=164109
Diffstat (limited to 'mail/imapfilter')
-rw-r--r--mail/imapfilter/files/patch-response.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/imapfilter/files/patch-response.c b/mail/imapfilter/files/patch-response.c
new file mode 100644
index 000000000000..10515bf8a710
--- /dev/null
+++ b/mail/imapfilter/files/patch-response.c
@@ -0,0 +1,10 @@
+--- response.c.orig Wed May 31 20:36:08 2006
++++ response.c Wed May 31 20:36:25 2006
+@@ -3,6 +3,7 @@
+ #include <string.h>
+ #include <strings.h>
+ #include <ctype.h>
++#include <sys/types.h>
+ #include <regex.h>
+
+ #include "imapfilter.h"