From: Vadim Zeitlin Date: Sat, 6 Nov 1999 19:48:34 +0000 (+0000) Subject: OS/2 patch from Stefan.Neis@t-online.de X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6a2e72251f492b810438fa0d9f9f1d5054ecd012 OS/2 patch from Stefan.Neis@t-online.de git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/unix/gsocket.c b/src/unix/gsocket.c index aa11434540..004f6c38dd 100644 --- a/src/unix/gsocket.c +++ b/src/unix/gsocket.c @@ -11,8 +11,9 @@ #if wxUSE_SOCKETS #include -#include #include +#include +#include #ifdef vms #include #else @@ -22,7 +23,6 @@ #include #include #include -#include #include #include