]> granicus.if.org Git - curl/commitdiff
include digest.h for proto
authorDaniel Stenberg <daniel@haxx.se>
Fri, 23 May 2003 06:44:24 +0000 (06:44 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 23 May 2003 06:44:24 +0000 (06:44 +0000)
lib/url.c

index 89f316530a8ce5fe92b17185ffea0bd0a1775e90..ee13f08a67343e117b33ca038fc5c8921ed0e41b 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
 #include "strtok.h"
 #include "share.h"
 #include "content_encoding.h"
+#include "http_digest.h"
 
 /* And now for the protocols */
 #include "ftp.h"