aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/curl/mprintf.h1
1 files changed, 1 insertions, 0 deletions
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 <stdarg.h>
+#include <stdio.h> /* needed for FILE */
int curl_mprintf(const char *format, ...);
int curl_mfprintf(FILE *fd, const char *format, ...);