diff options
author | Yang Tse <yangsita@gmail.com> | 2011-08-28 07:15:46 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-08-28 07:15:46 +0200 |
commit | 05ef245170fd71f2907b89e2d1361b2e70113199 (patch) | |
tree | 75151e8e0c8cd79a98988aa230f94e0535945204 /lib/curl_ntlm_wb.h | |
parent | 662c1d87f3933a7deece63d484f4c0c248a13ded (diff) | |
download | curl-05ef245170fd71f2907b89e2d1361b2e70113199.tar.gz |
NTLM: header inclusion cleanup
Diffstat (limited to 'lib/curl_ntlm_wb.h')
-rw-r--r-- | lib/curl_ntlm_wb.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/curl_ntlm_wb.h b/lib/curl_ntlm_wb.h index b7448a736..e3eaffe17 100644 --- a/lib/curl_ntlm_wb.h +++ b/lib/curl_ntlm_wb.h @@ -22,6 +22,8 @@ * ***************************************************************************/ +#include "setup.h" + #if defined(USE_NTLM) && defined(NTLM_WB_ENABLED) /* this is for creating ntlm header output by delegating challenge/response @@ -30,6 +32,6 @@ CURLcode Curl_output_ntlm_wb(struct connectdata *conn, bool proxy); void Curl_ntlm_wb_cleanup(struct connectdata *conn); -#endif +#endif /* USE_NTLM && NTLM_WB_ENABLED */ #endif /* HEADER_CURL_NTLM_WB_H */ |