add include of stdio.h, so that base64.c compiles
This commit is contained in:
parent
38783506fe
commit
5a0a51a7ac
@ -54,6 +54,7 @@
|
||||
#define H_MPRINTF
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h> /* needed for FILE */
|
||||
|
||||
int curl_mprintf(const char *format, ...);
|
||||
int curl_mfprintf(FILE *fd, const char *format, ...);
|
||||
|
Loading…
x
Reference in New Issue
Block a user