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