aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-05-23 06:44:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-05-23 06:44:24 +0000
commit6b84ebe50147439f12033881032659e3a2b55ec3 (patch)
tree2e618aa9d41eb8a4c5da69aa3c6f814ec1d1b135
parent07dd067f731afc7e0a08240cc92a4b4f27163c2d (diff)
include digest.h for proto
-rw-r--r--lib/url.c1
1 files changed, 1 insertions, 0 deletions
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"