Commit a472ceb1 authored by Yang Tse's avatar Yang Tse
Browse files

http NTLM: fix inclusion of curl_ntlm.h

parent 092189c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */