1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-01 01:41:50 -05:00

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 #define H_MPRINTF
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> /* needed for FILE */
int curl_mprintf(const char *format, ...); int curl_mprintf(const char *format, ...);
int curl_mfprintf(FILE *fd, const char *format, ...); int curl_mfprintf(FILE *fd, const char *format, ...);