diff --git a/include/wx/sckaddr.h b/include/wx/sckaddr.h index b0bef4a497..25ee60d498 100644 --- a/include/wx/sckaddr.h +++ b/include/wx/sckaddr.h @@ -87,7 +87,9 @@ public: #ifdef __UNIX__ #include -#include +#ifndef __VMS__ +# include +#endif class WXDLLEXPORT wxUNIXaddress : public wxSockAddress { DECLARE_DYNAMIC_CLASS(wxUNIXaddress)