added include to fix warning
authorDaniel Stenberg <daniel@haxx.se>
Wed, 31 Mar 2004 11:55:56 +0000 (11:55 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 31 Mar 2004 11:55:56 +0000 (11:55 +0000)
lib/http_digest.c

index 22ad9b1..76175ef 100644 (file)
@@ -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>