@@ -17,7 +17,7 @@
#include "asyncUtility.h"
#if defined(WIN32_VC)
- #include <winsock2.h>
+ #include <winsock.h>
#else
#include <netinet/in.h> // Irix seems to require this one for resolv.h.
#include <sys/types.h>
#include <clockObject.h>
@@ -9,7 +9,7 @@
#include <errno.h>
#include <stdio.h>
#endif
////////////////////////////////////////////////////////////////////