#ifdef __WXMSW__
#include "wx/msw/wrapwin.h"
+
+ #if wxUSE_IPV6
+ #include <ws2tcpip.h>
+ #endif
#elif defined(__VMS__)
#include <socket.h>
u_char sun_family; /* AF_UNIX */
char sun_path[108]; /* path name (gag) */
};
+ #include <in.h>
#else // generic Unix
#include <sys/types.h>
#include <sys/socket.h>