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

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