diff options
Diffstat (limited to 'mail/enma/patches/patch-aa')
-rw-r--r-- | mail/enma/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/enma/patches/patch-aa b/mail/enma/patches/patch-aa new file mode 100644 index 00000000000..fa2a3b723a0 --- /dev/null +++ b/mail/enma/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2008/09/05 07:23:44 obache Exp $ + +--- libsidf/src/sidfrequest.c.orig 2008-08-13 15:44:32.000000000 +0000 ++++ libsidf/src/sidfrequest.c +@@ -18,6 +18,7 @@ RCSID("$Id: sidfrequest.c 348 2008-08-13 + #include <assert.h> + #include <sys/socket.h> + #include <arpa/nameser.h> ++#include <netinet/in.h> + #include <netdb.h> + #include <resolv.h> + // #include <isc/misc.h> |