diff options
Diffstat (limited to 'tests/server/testpart.c')
-rw-r--r-- | tests/server/testpart.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/server/testpart.c b/tests/server/testpart.c index 255bbe8d3..912096f0b 100644 --- a/tests/server/testpart.c +++ b/tests/server/testpart.c @@ -26,8 +26,8 @@ #define _MPRINTF_REPLACE /* use our functions only */ #include <curl/mprintf.h> -/* include curl_memdebug.h last */ -#include "curl_memdebug.h" +/* include memdebug.h last */ +#include "memdebug.h" int main(int argc, char **argv) { |