From 6a2e72251f492b810438fa0d9f9f1d5054ecd012 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 6 Nov 1999 19:48:34 +0000 Subject: [PATCH] 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 --- src/unix/gsocket.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.0