[_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

@ -52,7 +52,7 @@
#include <stdlib.h> /* malloc calloc free */
#if defined(_WIN32)
#include <winsock.h>
#include <winsock2.h>
#endif
#include "misc.h"