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 6dad32d..c80bb09 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 */