From 5a0a51a7accbc4c57f4172cc8ede5bd19ea64efd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 15 Aug 2001 18:17:14 +0000 Subject: add include of stdio.h, so that base64.c compiles --- include/curl/mprintf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/curl/mprintf.h b/include/curl/mprintf.h index 6bf24791c..30c4d447f 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, ...); -- cgit v1.2.3