aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-31 11:55:56 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-31 11:55:56 +0000
commitcd95bb22ead296a72564d06980aebfe560ccee1b (patch)
tree8e6d3ea1a9120bc4314ff93c280ed9426fede7c8 /lib
parent1745ecd8acab4b6a412f88ab261aacf67d70c3b4 (diff)
added include to fix warning
Diffstat (limited to 'lib')
-rw-r--r--lib/http_digest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/http_digest.c b/lib/http_digest.c
index 22ad9b173..76175ef95 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 <curl/mprintf.h>