add include of stdio.h, so that base64.c compiles

This commit is contained in:
Daniel Stenberg 2001-08-15 18:17:14 +00:00
parent 38783506fe
commit 5a0a51a7ac

View File

@ -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, ...);