X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa6d970619f8dd5aa0d157953ad431acfde89963..af07f1749c51e4c94032466776fa5a8dc6322635:/include/wx/sckaddr.h?ds=sidebyside diff --git a/include/wx/sckaddr.h b/include/wx/sckaddr.h index b0bef4a497..6e2a0ae012 100644 --- a/include/wx/sckaddr.h +++ b/include/wx/sckaddr.h @@ -56,6 +56,7 @@ public: bool Service(const wxString& name); bool Service(unsigned short port); bool LocalHost(); + bool AnyAddress(); wxString Hostname(); unsigned short Service(); @@ -87,7 +88,9 @@ public: #ifdef __UNIX__ #include -#include +#ifndef __VMS__ +# include +#endif class WXDLLEXPORT wxUNIXaddress : public wxSockAddress { DECLARE_DYNAMIC_CLASS(wxUNIXaddress)