From: Daniel Stenberg Date: Wed, 31 Mar 2004 11:55:56 +0000 (+0000) Subject: added include to fix warning X-Git-Tag: curl-7_11_2~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd95bb22ead296a72564d06980aebfe560ccee1b;p=thirdparty%2Fcurl.git added include to fix warning --- diff --git a/lib/http_digest.c b/lib/http_digest.c index 22ad9b173c..76175ef958 100644 --- a/lib/http_digest.c +++ b/lib/http_digest.c @@ -36,6 +36,7 @@ #include "md5.h" #include "http_digest.h" +#include "url.h" /* for Curl_safefree() */ #define _MPRINTF_REPLACE /* use our functions only */ #include