mattwil Fri May 23 09:40:19 2008 UTC
Modified files:
/php-src/ext/standard dns.c
Log:
Fixed Windows build now that HAVE_INET_PTON is defined
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.92&r2=1.93&diff_format=u
Index: php-src/ext/standard/dns.c
diff -u php-src/ext/standard/dns.c:1.92 php-src/ext/standard/dns.c:1.93
--- php-src/ext/standard/dns.c:1.92 Mon Apr 14 16:49:30 2008
+++ php-src/ext/standard/dns.c Fri May 23 09:40:19 2008
@@ -18,10 +18,11 @@
+----------------------------------------------------------------------+
*/
-/* $Id: dns.c,v 1.92 2008/04/14 16:49:30 colder Exp $ */
+/* $Id: dns.c,v 1.93 2008/05/23 09:40:19 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