]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/private/sckaddr.h
routing native events first to the wx class and only if skipped call native handler
[wxWidgets.git] / include / wx / private / sckaddr.h
index 1fd89a3b98217dfd362234396bf585ebb22bc8c9..19f9e0f674c5f73555fb799cc4aaa08e085a02b7 100644 (file)
@@ -26,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>