aboutsummaryrefslogtreecommitdiff
path: root/lib/mprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mprintf.c')
-rw-r--r--lib/mprintf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mprintf.c b/lib/mprintf.c
index 91f10fcb0..6e28d2b32 100644
--- a/lib/mprintf.c
+++ b/lib/mprintf.c
@@ -1151,7 +1151,9 @@ int curl_msprintf(char *buffer, const char *format, ...)
return retcode;
}
+#ifndef WIN32 /* not needed on win32 */
extern int fputc(int, FILE *);
+#endif
int curl_mprintf(const char *format, ...)
{