]> git.saurik.com Git - wxWidgets.git/commitdiff
insert missing include file for OpenVMS platforms
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Wed, 7 Jan 2009 20:37:16 +0000 (20:37 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Wed, 7 Jan 2009 20:37:16 +0000 (20:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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>