mattwil Fri May 23 09:40:44 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c Log: MFH: Fixed Windows build now that HAVE_INET_PTON is defined http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.70.2.7.2.5.2.5&r2=1.70.2.7.2.5.2.6&diff_format=u Index: php-src/ext/standard/dns.c diff -u php-src/ext/standard/dns.c:1.70.2.7.2.5.2.5 php-src/ext/standard/dns.c:1.70.2.7.2.5.2.6 --- php-src/ext/standard/dns.c:1.70.2.7.2.5.2.5 Mon Apr 14 16:50:11 2008 +++ php-src/ext/standard/dns.c Fri May 23 09:40:44 2008 @@ -18,10 +18,11 @@ +----------------------------------------------------------------------+ */ -/* $Id: dns.c,v 1.70.2.7.2.5.2.5 2008/04/14 16:50:11 colder Exp $ */ +/* $Id: dns.c,v 1.70.2.7.2.5.2.6 2008/05/23 09:40:44 mattwil Exp $ */ /* {{{ includes */ #include "php.h" +#include "php_network.h" #if HAVE_SYS_SOCKET_H #include <sys/socket.h>
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php