Commit 5a0a51a7 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 38783506
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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, ...);