diff options
author | Marcel Raad <raad@teamviewer.com> | 2017-05-02 21:09:41 +0200 |
---|---|---|
committer | Marcel Raad <raad@teamviewer.com> | 2017-05-02 21:09:41 +0200 |
commit | f2d5d05893880bea6ae5951020ab47b7c581f8ec (patch) | |
tree | 1cae403bf169d4db07b507186098c5d12e00b358 /tests | |
parent | 6943085b50429b873e26998b2ced0f6ecc58ed56 (diff) | |
download | curl-f2d5d05893880bea6ae5951020ab47b7c581f8ec.tar.gz |
testpart: remove _MPRINTF_REPLACE
Support for _MPRINTF_REPLACE in mprintf.h was removed in
55452ebdff47f98bf3cc383f1dfc3623fcaefefd, replaced with curl_printf.h.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/server/testpart.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 <curl/mprintf.h> +#include "curl_printf.h" /* include memdebug.h last */ #include "memdebug.h" |