Use winsock2.h, use ws2tcpip.h for socklen_t

This commit is contained in:
Erik Ekman 2009-03-07 00:00:59 +00:00
parent 416f914f9e
commit cd9c6bbb82

View File

@ -20,7 +20,7 @@
#include <sys/types.h>
#ifdef WINDOWS32
#include "windows.h"
#include <winsock.h>
#include <winsock2.h>
#else
#include <sys/socket.h>
#endif