mirror of
https://github.com/moparisthebest/curl
synced 2024-11-12 04:25:08 -05:00
http NTLM: fix inclusion of curl_ntlm.h
This commit is contained in:
parent
092189c664
commit
a472ceb174
@ -50,6 +50,6 @@ void Curl_http_ntlm_cleanup(struct connectdata *conn);
|
|||||||
#define Curl_http_ntlm_cleanup(x)
|
#define Curl_http_ntlm_cleanup(x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <curl_ntlm.h>
|
#include "curl_ntlm.h"
|
||||||
|
|
||||||
#endif /* HEADER_CURL_HTTP_NTLM_H */
|
#endif /* HEADER_CURL_HTTP_NTLM_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user