From: Mark Brand Date: Wed, 6 Jun 2012 08:09:48 +0000 (+0200) Subject: add missing include wincrypt.h X-Git-Tag: gnutls_3_0_21~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ec123fca5afc6dda4f23eb6acbb377bcb5500c3;p=thirdparty%2Fgnutls.git add missing include wincrypt.h Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c index 7bf2a2b6dd..407568cca9 100644 --- a/lib/gnutls_x509.c +++ b/lib/gnutls_x509.c @@ -42,6 +42,9 @@ #include "x509/x509_int.h" #include #include "read-file.h" +#if defined _WIN32 || defined __WIN32__ +#include +#endif /* * some x509 certificate parsing functions.