insert missing include file for OpenVMS platforms

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2009-01-07 20:37:16 +00:00
parent 2e8fd8cc40
commit 4d8988f7b1

View File

@@ -26,6 +26,7 @@
u_char sun_family; /* AF_UNIX */ u_char sun_family; /* AF_UNIX */
char sun_path[108]; /* path name (gag) */ char sun_path[108]; /* path name (gag) */
}; };
#include <in.h>
#else // generic Unix #else // generic Unix
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>