From: Nikos Mavrogiannopoulos Date: Thu, 21 Nov 2013 21:15:27 +0000 (+0100) Subject: fixed for win32 X-Git-Tag: gnutls_3_3_0pre0~562 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=255de8917e948fbfb5948465b96336ce9c88fa2e;p=thirdparty%2Fgnutls.git fixed for win32 --- diff --git a/lib/system.c b/lib/system.c index b41ba7ed1e..930333c45e 100644 --- a/lib/system.c +++ b/lib/system.c @@ -20,10 +20,13 @@ * */ +#include #include #include #include +#include +#include #include #include #include @@ -52,12 +55,6 @@ static HMODULE Crypt32_dll; #endif #endif -/* We need to disable gnulib's replacement wrappers to get native - Windows interfaces. */ -#undef recv -#undef send -#undef select - /* System specific function wrappers. */