summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd23/files/patch-ca
blob: 87ec8c6c0aaa2d7d933ccfa9960811aac1000a28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- sieve/comparator.h.orig	Sun Nov 12 18:00:13 2000
+++ sieve/comparator.h	Sun Nov 12 18:00:19 2000
@@ -31,6 +31,7 @@
 #ifdef HAVE_RX
 #include <rxposix.h>
 #else
+#include <sys/types.h>
 #include <regex.h>
 #endif
 #endif