From a472ceb174833de950b48481384d73c4e8cc6509 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 12 Aug 2011 22:01:27 +0200 Subject: http NTLM: fix inclusion of curl_ntlm.h --- lib/http_ntlm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/http_ntlm.h') diff --git a/lib/http_ntlm.h b/lib/http_ntlm.h index 6dad32d13..c80bb09ff 100644 --- a/lib/http_ntlm.h +++ b/lib/http_ntlm.h @@ -50,6 +50,6 @@ void Curl_http_ntlm_cleanup(struct connectdata *conn); #define Curl_http_ntlm_cleanup(x) #endif -#include +#include "curl_ntlm.h" #endif /* HEADER_CURL_HTTP_NTLM_H */ -- cgit v1.2.1