Fix build on 4.x.

Noticed by:	kris/pointyhat
Tested by:	Dianora on IRC
Approved by:	arved (mentor)
This commit is contained in:
Stefan Walter 2006-05-31 19:34:22 +00:00
parent 27dd9212eb
commit 47e00cd9c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164109

View File

@ -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"