]> granicus.if.org Git - curl/commitdiff
http NTLM: fix inclusion of curl_ntlm.h
authorYang Tse <yangsita@gmail.com>
Fri, 12 Aug 2011 20:01:27 +0000 (22:01 +0200)
committerYang Tse <yangsita@gmail.com>
Fri, 12 Aug 2011 20:01:27 +0000 (22:01 +0200)
lib/http_ntlm.h

index 6dad32d1342197f571f0dce21ba465102a635f42..c80bb09ffffd633ecd42c8d790a051e6ada3d600 100644 (file)
@@ -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 */