X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/65ccd2b82604a60a387b4562e6886c7b5471ca03..9b64e79868d4d32c3541bbd049d3f9f94c8edbfe:/include/wx/sckaddr.h diff --git a/include/wx/sckaddr.h b/include/wx/sckaddr.h index 7a7612731d..b0bef4a497 100644 --- a/include/wx/sckaddr.h +++ b/include/wx/sckaddr.h @@ -60,9 +60,6 @@ public: wxString Hostname(); unsigned short Service(); - void Build(struct sockaddr*& addr, size_t& len); - void Disassemble(struct sockaddr *addr, size_t len); - inline int Type() { return wxSockAddress::IPV4; } }; @@ -89,6 +86,7 @@ public: #endif #ifdef __UNIX__ +#include #include class WXDLLEXPORT wxUNIXaddress : public wxSockAddress {