From 6b84ebe50147439f12033881032659e3a2b55ec3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 23 May 2003 06:44:24 +0000 Subject: [PATCH] include digest.h for proto --- lib/url.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/url.c b/lib/url.c index 89f316530..ee13f08a6 100644 --- a/lib/url.c +++ b/lib/url.c @@ -107,6 +107,7 @@ #include "strtok.h" #include "share.h" #include "content_encoding.h" +#include "http_digest.h" /* And now for the protocols */ #include "ftp.h"