From: Daniel Stenberg Date: Mon, 11 Aug 2003 14:55:30 +0000 (+0000) Subject: added include "http.h" to prevent a warning X-Git-Tag: curl-7_10_7~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7be232fee37f37842b9cca55f12c3423522c518;p=curl added include "http.h" to prevent a warning --- diff --git a/lib/http_ntlm.c b/lib/http_ntlm.c index 29615a470..bb17f371b 100644 --- a/lib/http_ntlm.c +++ b/lib/http_ntlm.c @@ -46,6 +46,7 @@ #include "base64.h" #include "http_ntlm.h" #include "url.h" +#include "http.h" /* for Curl_http_auth_stage() */ #define _MPRINTF_REPLACE /* use our functions only */ #include