diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2004-03-31 11:55:56 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-31 11:55:56 +0000 | 
| commit | cd95bb22ead296a72564d06980aebfe560ccee1b (patch) | |
| tree | 8e6d3ea1a9120bc4314ff93c280ed9426fede7c8 /lib | |
| parent | 1745ecd8acab4b6a412f88ab261aacf67d70c3b4 (diff) | |
added include to fix warning
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/http_digest.c | 1 | 
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> | 
