From ac5fecad86201fe5044957da90c4731d9d4e554d Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 13 Aug 2011 21:39:37 +0000 Subject: [PATCH] [WS2_32] * Don't include the whole NDK for just one header. svn path=/trunk/; revision=53216 --- reactos/dll/win32/ws2_32/include/ws2_32.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/dll/win32/ws2_32/include/ws2_32.h b/reactos/dll/win32/ws2_32/include/ws2_32.h index f21f7677274..cc72137d220 100644 --- a/reactos/dll/win32/ws2_32/include/ws2_32.h +++ b/reactos/dll/win32/ws2_32/include/ws2_32.h @@ -9,6 +9,7 @@ #include #include +#include #define WIN32_NO_STATUS #include @@ -16,7 +17,7 @@ #include #include #define NTOS_MODE_USER -#include +#include #include