From acdb832581a05bc3304b3cb5e01fa12bebb98e7d Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 2 Feb 2009 09:41:46 +0000 Subject: [PATCH] - silent compiler warning about socklen_t benign redefinition --- main/streams/php_stream_transport.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main/streams/php_stream_transport.h b/main/streams/php_stream_transport.h index 908c944ee9..ae06e7a4c6 100644 --- a/main/streams/php_stream_transport.h +++ b/main/streams/php_stream_transport.h @@ -17,6 +17,10 @@ */ /* $Id$ */ +#ifdef PHP_WIN32 +#include "config.w32.h" +#include +#endif #if HAVE_SYS_SOCKET_H # include -- 2.50.1