X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6b92f831b75e33c67f7993391bff95bc3efd0678..3bb0b01c290489c73816dfaccf16568757c1a731:/src/common/sckint.cpp diff --git a/src/common/sckint.cpp b/src/common/sckint.cpp index 059e5c95c9..f2d56164b0 100644 --- a/src/common/sckint.cpp +++ b/src/common/sckint.cpp @@ -22,11 +22,13 @@ #if wxUSE_SOCKETS #define WXSOCK_INTERNAL -#include -#include -#include -#include -#include +#include "wx/object.h" +#include "wx/list.h" +#include "wx/socket.h" +#include "wx/thread.h" +#include "wx/sckint.h" +#include "wx/sckint.h" +#include "wx/utils.h" // IRIX requires bstring.h be included to use select() #ifdef sgi @@ -184,6 +186,8 @@ void *SocketWaiter::Entry() return NULL; } +#endif + // -------------------------------------------------------------- // --------- SocketRequester ------------------------------------ // -------------------------------------------------------------- @@ -305,6 +309,8 @@ void SocketRequester::ProcessWaitEvent(SockRequest *req) m_internal->EndRequest(req); } + +#if wxUSE_THREADS void *SocketRequester::Entry() { SockRequest *req;