From: Stefan Csomor Date: Sat, 16 Aug 2003 16:37:01 +0000 (+0000) Subject: corrected include for __WXMAC__ X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/69aa21acc9e891faf849f9a19fee6ab306753e57 corrected include for __WXMAC__ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/appcmn.cpp b/src/common/appcmn.cpp index 162512f876..751e359b7b 100644 --- a/src/common/appcmn.cpp +++ b/src/common/appcmn.cpp @@ -502,6 +502,14 @@ void wxGUIAppTraitsBase::RemoveFromPendingDelete(wxObject *object) #include "wx/unix/gsockunx.h" #elif defined(__WINDOWS__) #include "wx/msw/gsockmsw.h" +#elif defined(__WXMAC__) + #include + #define OTUNIXERRORS 1 + #include + #include + #include + + #include "wx/mac/gsockmac.h" #else #error "Must include correct GSocket header here" #endif