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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb5e72bf62cdea7e8866f09633aff1ce95f3517d;p=thirdparty%2Fcurl.git safefree use: fix compiler warning include the prototype header --- diff --git a/lib/http_negotiate.c b/lib/http_negotiate.c index f0cf16b9e7..4e68ab7627 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