X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa6d970619f8dd5aa0d157953ad431acfde89963..f21a7f94fc140318308cc1c5bc1d63ea2b4c62c7:/include/wx/sckaddr.h 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)