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

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