]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/private/sckaddr.h
Clarified wxPropertyGrid::HitTest() docs
[wxWidgets.git] / include / wx / private / sckaddr.h
index eafa8fdccb0d652d0b8841f091649a989408de49..19f9e0f674c5f73555fb799cc4aaa08e085a02b7 100644 (file)
 
 #ifdef __WXMSW__
     #include "wx/msw/wrapwin.h"
+
+    #if wxUSE_IPV6
+        #include <ws2tcpip.h>
+    #endif
 #elif defined(__VMS__)
     #include <socket.h>
 
@@ -22,6 +26,7 @@
         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>