From 5b2693a76fbc3c1a634fc2ed7946385c550b06ad Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 26 Sep 2004 14:05:48 +0000 Subject: [PATCH] fix for CW compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/carbon/gsockmac.h | 4 ++++ 1 file changed, 4 insertions(+) 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 { -- 2.47.2