From: Stefan Csomor Date: Sun, 26 Sep 2004 14:05:48 +0000 (+0000) Subject: fix for CW compilation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5b2693a76fbc3c1a634fc2ed7946385c550b06ad fix for CW compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/carbon/gsockmac.h b/include/wx/mac/carbon/gsockmac.h index 49bd37d033..0b73be833e 100644 --- a/include/wx/mac/carbon/gsockmac.h +++ b/include/wx/mac/carbon/gsockmac.h @@ -21,12 +21,16 @@ #include "gsocket.h" #endif +#ifndef OTUNIXERRORS + #include #define OTUNIXERRORS 1 #include #include #include +#endif + /* Definition of GSocket */ class GSocket {