Commit b9d5e72a authored by Yang Tse's avatar Yang Tse
Browse files

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

parent 6a7ce5cc
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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"