From c7be232fee37f37842b9cca55f12c3423522c518 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 11 Aug 2003 14:55:30 +0000 Subject: added include "http.h" to prevent a warning --- lib/http_ntlm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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 -- cgit v1.2.3