pajoye Mon Feb 2 09:41:46 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/main/streams php_stream_transport.h
Log:
- silent compiler warning about socklen_t benign redefinition
http://cvs.php.net/viewvc.cgi/php-src/main/streams/php_stream_transport.h?r1=1.10.2.1.2.4.2.2&r2=1.10.2.1.2.4.2.3&diff_format=u
Index: php-src/main/streams/php_stream_transport.h
diff -u php-src/main/streams/php_stream_transport.h:1.10.2.1.2.4.2.2
php-src/main/streams/php_stream_transport.h:1.10.2.1.2.4.2.3
--- php-src/main/streams/php_stream_transport.h:1.10.2.1.2.4.2.2 Wed Dec
31 11:15:48 2008
+++ php-src/main/streams/php_stream_transport.h Mon Feb 2 09:41:46 2009
@@ -16,7 +16,11 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_stream_transport.h,v 1.10.2.1.2.4.2.2 2008/12/31 11:15:48
sebastian Exp $ */
+/* $Id: php_stream_transport.h,v 1.10.2.1.2.4.2.3 2009/02/02 09:41:46 pajoye
Exp $ */
+#ifdef PHP_WIN32
+#include "config.w32.h"
+#include <Ws2tcpip.h>
+#endif
#if HAVE_SYS_SOCKET_H
# include <sys/socket.h>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php