mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
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
11 lines
305 B
C
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>
|