X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa6d970619f8dd5aa0d157953ad431acfde89963..04a429cb8a929cd56401e47a9a7d115cc3533353:/include/wx/sckaddr.h diff --git a/include/wx/sckaddr.h b/include/wx/sckaddr.h index b0bef4a497..17a9477905 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(); @@ -85,9 +86,11 @@ public: }; #endif -#ifdef __UNIX__ +#if defined(__UNIX__) && !defined(__APPLE__) #include -#include +#ifndef __VMS__ +# include +#endif class WXDLLEXPORT wxUNIXaddress : public wxSockAddress { DECLARE_DYNAMIC_CLASS(wxUNIXaddress)