From: Yang Tse Date: Fri, 12 Aug 2011 20:01:27 +0000 (+0200) Subject: http NTLM: fix inclusion of curl_ntlm.h X-Git-Tag: curl-7_22_0~126 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a472ceb174833de950b48481384d73c4e8cc6509;p=thirdparty%2Fcurl.git http NTLM: fix inclusion of curl_ntlm.h --- diff --git a/lib/http_ntlm.h b/lib/http_ntlm.h index 6dad32d134..c80bb09fff 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 */