summaryrefslogtreecommitdiff
path: root/mail/postfix/files/patch-darwin-inet6
blob: 7bd3f85addc2bc57b4166f5bef70a096faf6758a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-darwin-inet6,v 1.1 2004/08/11 06:51:31 jlam Exp $

--- src/util/match_ops.c.orig	Tue Aug 10 02:29:26 2004
+++ src/util/match_ops.c
@@ -117,6 +117,9 @@
 #include <string.h>
 #include <netdb.h>
 #include <arpa/inet.h>
+#ifdef RESOLVE_H_NEEDS_NAMESER8_COMPAT_H
+#include <nameser8_compat.h>
+#endif
 #include <resolv.h>
 
 /* prototypes */