Revert "Imported Upstream version 7.44.0"
[platform/upstream/curl.git] / tests / libtest / lib1515.c
index d5c8f7d..4ac9fcf 100644 (file)
@@ -39,6 +39,9 @@
 #define sleep(s) Sleep(s * 1000)
 #endif
 
+#define _MPRINTF_REPLACE
+#include <curl/mprintf.h>
+
 static int debug_callback(CURL *curl, curl_infotype info, char *msg, size_t len, void *ptr)
 {
   (void)curl;