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:
parent
53107283f3
commit
36b6a92876
@ -11,6 +11,8 @@
|
||||
#ifndef _WX_UNIX_GSOCKUNX_H_
|
||||
#define _WX_UNIX_GSOCKUNX_H_
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
class wxGSocketIOHandler;
|
||||
|
||||
class GSocket : public GSocketBase
|
||||
|
Loading…
Reference in New Issue
Block a user