0420b7b743
use its own zlib (breaks with ours, someone should check) from Deanna Phillips <deanna@sdf.lonestar.org>
14 lines
416 B
Plaintext
14 lines
416 B
Plaintext
$OpenBSD: patch-src_c-ares_ares_process_c,v 1.1 2006/09/22 03:42:57 pvalchev Exp $
|
|
--- src/c-ares/ares_process.c.orig Sun Aug 6 07:56:27 2006
|
|
+++ src/c-ares/ares_process.c Sun Aug 6 07:56:40 2006
|
|
@@ -27,7 +27,9 @@
|
|
#include <netinet/in.h>
|
|
#include <netdb.h>
|
|
#include <arpa/nameser.h>
|
|
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
|
|
#include <arpa/nameser_compat.h>
|
|
+#endif
|
|
#ifdef HAVE_UNISTD_H
|
|
#include <unistd.h>
|
|
#endif
|