From d0d6dcb70eb90462301e520a8969291fa3a5b1de Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 24 Jul 2014 19:51:52 +0200 Subject: [PATCH] secur32/tests: Include winsock2.h before other headers. --- dlls/secur32/tests/schannel.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dlls/secur32/tests/schannel.c b/dlls/secur32/tests/schannel.c index 078aec75300..2b68c3d09fb 100644 --- a/dlls/secur32/tests/schannel.c +++ b/dlls/secur32/tests/schannel.c @@ -17,15 +17,14 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include + #include #include -#include +#include +#include #define SECURITY_WIN32 #include #include -#include -#include #include "wine/test.h"