1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

http NTLM: fix inclusion of curl_ntlm.h

This commit is contained in:
Yang Tse 2011-08-12 22:01:27 +02:00
parent 092189c664
commit a472ceb174

View 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 */