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