From: Yang Tse Date: Mon, 2 Jul 2012 22:14:14 +0000 (+0200) Subject: curl_ntlm_msgs.c: include for prototypes X-Git-Tag: curl-7_27_0~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e0b9d3b2c9ced971ab927f44304b783416ab9ba6;p=thirdparty%2Fcurl.git curl_ntlm_msgs.c: include for prototypes --- diff --git a/lib/curl_ntlm_msgs.c b/lib/curl_ntlm_msgs.c index 0fcfec69e4..0fa0c9d2cc 100644 --- a/lib/curl_ntlm_msgs.c +++ b/lib/curl_ntlm_msgs.c @@ -33,6 +33,10 @@ #define DEBUG_ME 0 +#ifdef USE_WINDOWS_SSPI +# include +#endif + #include "urldata.h" #include "non-ascii.h" #include "sendf.h" @@ -42,7 +46,7 @@ #include "curl_multibyte.h" #include "curl_memory.h" -#if defined(USE_WINDOWS_SSPI) +#ifdef USE_WINDOWS_SSPI # include "curl_sspi.h" #endif