From: Pierre Joye Date: Mon, 2 Feb 2009 09:41:46 +0000 (+0000) Subject: - silent compiler warning about socklen_t benign redefinition X-Git-Tag: RELEASE_1_3_5~188 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=acdb832581a05bc3304b3cb5e01fa12bebb98e7d;p=php - silent compiler warning about socklen_t benign redefinition --- 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