From 0beb873533067687a03c2b38c4a3fa3248b21a4f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 3 Sep 2005 23:16:50 +0000 Subject: [PATCH] include wx/defs.h (and hence wx/platform.h and so really fix the bug 1105676) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/gsocket.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/unix/gsocket.cpp b/src/unix/gsocket.cpp index ab459eb018..8e48f63cdf 100644 --- a/src/unix/gsocket.cpp +++ b/src/unix/gsocket.cpp @@ -23,13 +23,10 @@ #endif #ifndef __GSOCKET_STANDALONE__ -#include "wx/setup.h" +#include "wx/defs.h" #endif #if defined(__VISAGECPP__) -/* Seems to be needed by Visual Age C++, though I don't see how it manages - to not break on including a C++ header into a plain C source file */ -#include "wx/defs.h" #define BSD_SELECT /* use Berkley Sockets select */ #endif