From: Daniel Stenberg Date: Wed, 15 Aug 2001 18:17:14 +0000 (+0000) Subject: add include of stdio.h, so that base64.c compiles X-Git-Tag: curl-7_8_1~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a0a51a7accbc4c57f4172cc8ede5bd19ea64efd;p=thirdparty%2Fcurl.git add include of stdio.h, so that base64.c compiles --- diff --git a/include/curl/mprintf.h b/include/curl/mprintf.h index 6bf24791cd..30c4d447fc 100644 --- a/include/curl/mprintf.h +++ b/include/curl/mprintf.h @@ -54,6 +54,7 @@ #define H_MPRINTF #include +#include /* needed for FILE */ int curl_mprintf(const char *format, ...); int curl_mfprintf(FILE *fd, const char *format, ...);