diff options
Diffstat (limited to 'mail/evolution/patches/patch-aa')
-rw-r--r-- | mail/evolution/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/evolution/patches/patch-aa b/mail/evolution/patches/patch-aa new file mode 100644 index 00000000000..87af32c90ff --- /dev/null +++ b/mail/evolution/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.18 2005/01/04 08:08:28 rh Exp $ + +--- camel/camel-service.c.orig 2004-12-06 17:46:51.000000000 +1000 ++++ camel/camel-service.c +@@ -36,6 +36,7 @@ + #include <errno.h> + + #include <sys/poll.h> ++#include <sys/socket.h> + + #include "e-util/e-msgport.h" + |