summaryrefslogtreecommitdiff
path: root/mail/spamdyke/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'mail/spamdyke/patches/patch-ad')
-rw-r--r--mail/spamdyke/patches/patch-ad20
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/spamdyke/patches/patch-ad b/mail/spamdyke/patches/patch-ad
new file mode 100644
index 00000000000..da74e58db4e
--- /dev/null
+++ b/mail/spamdyke/patches/patch-ad
@@ -0,0 +1,20 @@
+$NetBSD: patch-ad,v 1.1 2008/03/30 17:04:48 schmonz Exp $
+
+--- dns.c.orig 2008-01-21 16:45:17.000000000 -0500
++++ dns.c
+@@ -18,6 +18,7 @@
+ #include <string.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
++#include <sys/time.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
+ #include <arpa/nameser.h>
+@@ -27,6 +28,7 @@
+ #include <ctype.h>
+ #include <netdb.h>
+ #include <strings.h>
++#include <stdlib.h>
+ #include "spamdyke.h"
+ #include "log.h"
+ #include "dns.h"