]> granicus.if.org Git - php/commitdiff
- silent compiler warning about socklen_t benign redefinition
authorPierre Joye <pajoye@php.net>
Mon, 2 Feb 2009 09:41:46 +0000 (09:41 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 2 Feb 2009 09:41:46 +0000 (09:41 +0000)
main/streams/php_stream_transport.h

index 908c944ee9a4f95488c00d7fa4f8277f5a1a4d8a..ae06e7a4c68a23fa543f64f927589efd127aaad5 100644 (file)
 */
 
 /* $Id$ */
+#ifdef PHP_WIN32
+#include "config.w32.h"
+#include <Ws2tcpip.h>
+#endif
 
 #if HAVE_SYS_SOCKET_H
 # include <sys/socket.h>