]> git.saurik.com Git - wxWidgets.git/commitdiff
include wx/defs.h (and hence wx/platform.h and so really fix the bug 1105676)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 3 Sep 2005 23:16:50 +0000 (23:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 3 Sep 2005 23:16:50 +0000 (23:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/gsocket.cpp

index ab459eb018c6f7bc111dca21d7df46a4318a2954..8e48f63cdf27023de93876ad0304cf2581c6320f 100644 (file)
 #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