diff options
Diffstat (limited to 'tests/libtest/lib578.c')
-rw-r--r-- | tests/libtest/lib578.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib578.c b/tests/libtest/lib578.c index a39b31772..eee42663b 100644 --- a/tests/libtest/lib578.c +++ b/tests/libtest/lib578.c @@ -21,7 +21,7 @@ ***************************************************************************/ #include "test.h" -#include "memdebug.h" +#include "curl_memdebug.h" /* The size of data should be kept below MAX_INITIAL_POST_SIZE! */ static char data[]="this is a short string.\n"; |