From cd62ae78b6e205021de5686deb03d54349aed285 Mon Sep 17 00:00:00 2001 From: Matt Wilmas Date: Fri, 23 May 2008 09:40:44 +0000 Subject: [PATCH] MFH: Fixed Windows build now that HAVE_INET_PTON is defined --- ext/standard/dns.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/standard/dns.c b/ext/standard/dns.c index 8b75d4e3c6..f559f79572 100644 --- a/ext/standard/dns.c +++ b/ext/standard/dns.c @@ -22,6 +22,7 @@ /* {{{ includes */ #include "php.h" +#include "php_network.h" #if HAVE_SYS_SOCKET_H #include -- 2.40.0