diff options
-rw-r--r-- | mail/imapfilter/files/patch-response.c | 10 |
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" |