diff options
Diffstat (limited to 'tests/libtest/lib513.c')
-rw-r--r-- | tests/libtest/lib513.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib513.c b/tests/libtest/lib513.c index efec49b0a..c013ac258 100644 --- a/tests/libtest/lib513.c +++ b/tests/libtest/lib513.c @@ -21,7 +21,7 @@ ***************************************************************************/ #include "test.h" -#include "curl_memdebug.h" +#include "memdebug.h" static size_t read_callback(void *ptr, size_t size, size_t nmemb, void *userp) { |