From f2d5d05893880bea6ae5951020ab47b7c581f8ec Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Tue, 2 May 2017 21:09:41 +0200 Subject: testpart: remove _MPRINTF_REPLACE Support for _MPRINTF_REPLACE in mprintf.h was removed in 55452ebdff47f98bf3cc383f1dfc3623fcaefefd, replaced with curl_printf.h. --- tests/server/testpart.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/server') diff --git a/tests/server/testpart.c b/tests/server/testpart.c index f3a70c7cf..79869e21c 100644 --- a/tests/server/testpart.c +++ b/tests/server/testpart.c @@ -23,8 +23,7 @@ #include "getpart.h" -#define _MPRINTF_REPLACE /* use our functions only */ -#include +#include "curl_printf.h" /* include memdebug.h last */ #include "memdebug.h" -- cgit v1.2.3