Files
macports-ports/net/libdnsres/files/patch-getaddrinfo.c
Mark Duling 9ed194fb40 Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@16604 d073be05-634f-4543-b044-5fe20cf6d1d6
2006-02-24 06:28:28 +00:00

11 lines
305 B
C

--- getaddrinfo.c.org 2005-07-13 17:14:28.000000000 -0700
+++ getaddrinfo.c 2006-02-23 14:01:33.000000000 -0800
@@ -117,6 +117,7 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
+#include <arpa/nameser_compat.h>
#include <string.h>
#include <stdlib.h>
#include <stddef.h>