<ws2tcpip.h> needed for 'socklen_t' typedef.

This commit is contained in:
Gisle Vanem 2007-10-06 17:20:06 +00:00
parent 83f385acf3
commit 43a4604639
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ extern "C" {
/* The check above prevents the winsock2 inclusion if winsock.h already was
included, since they can't co-exist without problems */
#include <winsock2.h>
#include <ws2tcpip.h>
#endif
#else