corrected conditional compilation for Darwin / Mac OS X

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2002-05-08 13:19:14 +00:00
parent 5e472c1f9f
commit 01babda34e
2 changed files with 4 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ public:
};
#endif
#if defined(__UNIX__) && !defined(__WXMAC__)
#if defined(__UNIX__) && (!defined(__WXMAC__) || defined(__DARWIN__))
#include <sys/socket.h>
#ifndef __VMS__
# include <sys/un.h>