From: Yang Tse Date: Sun, 14 Aug 2011 23:34:34 +0000 (+0200) Subject: http NTLM: reinstate "nssg.h" "curl_sspi.h" header inclusions X-Git-Tag: curl-7_22_0~105 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9d5e72adc88096f61c60d04388cb68a1e500293;p=thirdparty%2Fcurl.git http NTLM: reinstate "nssg.h" "curl_sspi.h" header inclusions --- diff --git a/lib/http_ntlm.c b/lib/http_ntlm.c index fd9f7009c8..ca81a947d7 100644 --- a/lib/http_ntlm.c +++ b/lib/http_ntlm.c @@ -62,6 +62,12 @@ #define _MPRINTF_REPLACE /* use our functions only */ #include +#if defined(USE_NSS) +#include "nssg.h" +#elif defined(USE_WINDOWS_SSPI) +#include "curl_sspi.h" +#endif + /* The last #include file should be: */ #include "memdebug.h"