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
This commit is contained in:
Vadim Zeitlin 2008-11-25 13:57:19 +00:00
parent 53107283f3
commit 36b6a92876

View File

@ -11,6 +11,8 @@
#ifndef _WX_UNIX_GSOCKUNX_H_
#define _WX_UNIX_GSOCKUNX_H_
#include <unistd.h>
class wxGSocketIOHandler;
class GSocket : public GSocketBase