[_WIN32]: Upgrade to Windows Sockets 2.

This commit is contained in:
Ron Koenderink 2004-12-31 20:40:39 +00:00
parent c99a5b4f43
commit aabed1b346
5 changed files with 5 additions and 4 deletions

View file

@ -53,7 +53,7 @@
#include <sys/ioctl.h>
#include <unistd.h>
#else
#include <winsock.h>
#include <winsock2.h>
#endif
#include <signal.h>
#include <errno.h>