Committing in .

VMS patch

 Modified Files:
 	wxWindows/include/wx/sckaddr.h


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
1999-11-12 11:27:07 +00:00
parent aec34b4682
commit e1c70641a3

View File

@@ -87,7 +87,9 @@ public:
#ifdef __UNIX__ #ifdef __UNIX__
#include <sys/socket.h> #include <sys/socket.h>
#include <sys/un.h> #ifndef __VMS__
# include <sys/un.h>
#endif
class WXDLLEXPORT wxUNIXaddress : public wxSockAddress { class WXDLLEXPORT wxUNIXaddress : public wxSockAddress {
DECLARE_DYNAMIC_CLASS(wxUNIXaddress) DECLARE_DYNAMIC_CLASS(wxUNIXaddress)