php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login

Patch nameser_compat_hack for Compile Failure Bug #72953

Patch version 2016-08-30 14:05 UTC

Return to Bug #72953 | Download this patch
Patch Revisions:

Developer: cmb@php.net

 ext/standard/dns.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ext/standard/dns.c b/ext/standard/dns.c
index de40649..45cec72 100644
--- a/ext/standard/dns.c
+++ b/ext/standard/dns.c
@@ -48,6 +48,7 @@
 # define BIND_8_COMPAT 1
 #endif
 #include <arpa/nameser.h>
+#include <arpa/nameser_compat.h>
 #endif
 #if HAVE_RESOLV_H
 #include <resolv.h>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 11:01:33 2024 UTC