From 36b6a928760233e41f94da942a341ee3e787bcd4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 25 Nov 2008 13:57:19 +0000 Subject: [PATCH] compilation fix for OS X (missing unistd.h) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/unix/gsockunx.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/unix/gsockunx.h b/include/wx/unix/gsockunx.h index d0ccb7b9ed..9fa9e77fbf 100644 --- a/include/wx/unix/gsockunx.h +++ b/include/wx/unix/gsockunx.h @@ -11,6 +11,8 @@ #ifndef _WX_UNIX_GSOCKUNX_H_ #define _WX_UNIX_GSOCKUNX_H_ +#include + class wxGSocketIOHandler; class GSocket : public GSocketBase -- 2.45.2