diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-17 00:25:38 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-17 00:25:38 +0000 |
commit | ac18b471d253f8d5c69d1044a59753f32bcd663f (patch) | |
tree | bc98623aef6083f18f9cfaaecd70e41af980c28b /lib/http_digest.c | |
parent | bbe2386bff61acf0105806959b7f56a4a12db86e (diff) | |
download | curl-ac18b471d253f8d5c69d1044a59753f32bcd663f.tar.gz |
libcurl internal base64.h header file renamed to curl_base64.h
Diffstat (limited to 'lib/http_digest.c')
-rw-r--r-- | lib/http_digest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_digest.c b/lib/http_digest.c index 0132a84e3..82096c3f7 100644 --- a/lib/http_digest.c +++ b/lib/http_digest.c @@ -33,7 +33,7 @@ #include "urldata.h" #include "sendf.h" #include "strequal.h" -#include "base64.h" +#include "curl_base64.h" #include "curl_md5.h" #include "http_digest.h" #include "strtok.h" |