From e2730a196fdb009b2fa3b795a747231db9467cf0 Mon Sep 17 00:00:00 2001 From: Matt Wilmas Date: Fri, 23 May 2008 09:40:19 +0000 Subject: [PATCH] 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 b3452f5d19..652829141a 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