mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:43:34 +03:00
libcurl internal base64.h header file renamed to curl_base64.h
This commit is contained in:
parent
bbe2386bff
commit
ac18b471d2
13 changed files with 23 additions and 22 deletions
|
|
@ -33,7 +33,7 @@ struct SessionHandle {
|
|||
int fake;
|
||||
};
|
||||
|
||||
#include "base64.h"
|
||||
#include "curl_base64.h"
|
||||
|
||||
/* include memdebug.h last */
|
||||
#include "memdebug.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue