diff options
author | Yang Tse <yangsita@gmail.com> | 2011-08-12 22:01:27 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-08-12 22:01:27 +0200 |
commit | a472ceb174833de950b48481384d73c4e8cc6509 (patch) | |
tree | d03d73dd5c73c972dd63ea9b7f2221cb81e6f27e /lib/http_ntlm.h | |
parent | 092189c6642a07029b2109c4de606a6ca78f97df (diff) | |
download | curl-a472ceb174833de950b48481384d73c4e8cc6509.tar.gz |
http NTLM: fix inclusion of curl_ntlm.h
Diffstat (limited to 'lib/http_ntlm.h')
-rw-r--r-- | lib/http_ntlm.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <curl_ntlm.h> +#include "curl_ntlm.h" #endif /* HEADER_CURL_HTTP_NTLM_H */ |