From 81d53de4dc5ee39bd6215958c7dce3b12731195e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 4 Jun 2011 22:23:59 +0200 Subject: [PATCH] windows: inclusion fix include winsock2.h for all windows compilers --- include/libssh2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libssh2.h b/include/libssh2.h index 94623606..2a997aea 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -87,7 +87,7 @@ #ifdef __cplusplus extern "C" { #endif -#ifdef _MSC_VER +#ifdef _WIN32 # include # include #endif