]> granicus.if.org Git - curl/commitdiff
add include of stdio.h, so that base64.c compiles
authorDaniel Stenberg <daniel@haxx.se>
Wed, 15 Aug 2001 18:17:14 +0000 (18:17 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 15 Aug 2001 18:17:14 +0000 (18:17 +0000)
include/curl/mprintf.h

index 6bf24791cd4a14a4cd7b5b3ebba691a501386aa4..30c4d447fc1a38bcccbfb6d48ede715a45161107 100644 (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, ...);