diff options
Diffstat (limited to 'mail/imapproxy/patches/patch-ad')
-rw-r--r-- | mail/imapproxy/patches/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/imapproxy/patches/patch-ad b/mail/imapproxy/patches/patch-ad new file mode 100644 index 00000000000..1cd9247ed86 --- /dev/null +++ b/mail/imapproxy/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2006/08/06 18:55:46 schwarz Exp $ + +--- database.c.orig 2006-08-06 19:25:38.000000000 +0200 ++++ database.c 2006-08-06 20:42:21.000000000 +0200 +@@ -19,6 +19,7 @@ + */ + + ++#include <sys/types.h> + #include <string.h> + #include <strings.h> + #include <stdlib.h> |