From: Matt Wilmas Date: Fri, 23 May 2008 09:40:44 +0000 (+0000) Subject: MFH: Fixed Windows build now that HAVE_INET_PTON is defined X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd62ae78b6e205021de5686deb03d54349aed285;p=php MFH: Fixed Windows build now that HAVE_INET_PTON is defined --- 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