From: Daniel Stenberg Date: Wed, 24 Aug 2011 09:55:49 +0000 (+0200) Subject: safefree use: fix compiler warning X-Git-Tag: curl-7_22_0~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb5e72bf62cdea7e8866f09633aff1ce95f3517d;p=curl safefree use: fix compiler warning include the prototype header --- diff --git a/lib/http_negotiate.c b/lib/http_negotiate.c index f0cf16b9e..4e68ab762 100644 --- a/lib/http_negotiate.c +++ b/lib/http_negotiate.c @@ -37,6 +37,7 @@ #include "curl_base64.h" #include "http_negotiate.h" #include "curl_memory.h" +#include "url.h" #ifdef HAVE_SPNEGO # include