summaryrefslogtreecommitdiff
path: root/lib/http_ntlm.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-08-12 22:01:27 +0200
committerYang Tse <yangsita@gmail.com>2011-08-12 22:01:27 +0200
commita472ceb174833de950b48481384d73c4e8cc6509 (patch)
treed03d73dd5c73c972dd63ea9b7f2221cb81e6f27e /lib/http_ntlm.h
parent092189c6642a07029b2109c4de606a6ca78f97df (diff)
downloadcurl-a472ceb174833de950b48481384d73c4e8cc6509.tar.gz
http NTLM: fix inclusion of curl_ntlm.h
Diffstat (limited to 'lib/http_ntlm.h')
-rw-r--r--lib/http_ntlm.h2
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 */