From 4df2364dc62837865d45bbe42e877ac4149869be Mon Sep 17 00:00:00 2001 From: Sylvain Petreolle Date: Tue, 21 Jul 2009 13:44:45 +0000 Subject: [PATCH] fix includes case svn path=/trunk/; revision=42118 --- reactos/dll/win32/ws2_32_new/inc/ws2_32.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/dll/win32/ws2_32_new/inc/ws2_32.h b/reactos/dll/win32/ws2_32_new/inc/ws2_32.h index ca7b53ac278..4dd0944dc99 100644 --- a/reactos/dll/win32/ws2_32_new/inc/ws2_32.h +++ b/reactos/dll/win32/ws2_32_new/inc/ws2_32.h @@ -21,8 +21,8 @@ /* PSDK and NDK Headers */ #include -#include -#include +#include +#include #include #include