diff --git a/tests/libtest/lib1515.c b/tests/libtest/lib1515.c index d5c8f7d088de2df66cdd6bd871015fe2b231d895..a786addb78d07d70e3731284fae0cf96c79f7d35 100644 --- a/tests/libtest/lib1515.c +++ b/tests/libtest/lib1515.c @@ -39,6 +39,9 @@ #define sleep(s) Sleep(s * 1000) #endif +#define _MPRINTF_REPLACE +#include "mprintf.h" + static int debug_callback(CURL *curl, curl_infotype info, char *msg, size_t len, void *ptr) { (void)curl;