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
This commit is contained in:
Vadim Zeitlin 2005-09-03 23:16:50 +00:00
parent d7e0024b09
commit 0beb873533

View File

@ -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