]> granicus.if.org Git - php/commitdiff
Fixed Windows build now that HAVE_INET_PTON is defined
authorMatt Wilmas <mattwil@php.net>
Fri, 23 May 2008 09:40:19 +0000 (09:40 +0000)
committerMatt Wilmas <mattwil@php.net>
Fri, 23 May 2008 09:40:19 +0000 (09:40 +0000)
ext/standard/dns.c

index b3452f5d19bee1c829aa4a4e82d1e83c33d8fca7..652829141a0e1566107ea8bc8e2c745f7595d957 100644 (file)
@@ -22,6 +22,7 @@
 
 /* {{{ includes */
 #include "php.h"
+#include "php_network.h"
 
 #if HAVE_SYS_SOCKET_H
 #include <sys/socket.h>