1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

http NTLM: reinstate "nssg.h" "curl_sspi.h" header inclusions

This commit is contained in:
Yang Tse 2011-08-15 01:34:34 +02:00
parent 6a7ce5cc76
commit b9d5e72adc

View File

@ -62,6 +62,12 @@
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>
#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"