From 33a3753c3f41d546ebf3350685eb7201d25783f4 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 21 Apr 2009 11:46:16 +0000 Subject: libcurl's memory.h renamed to curl_memory.h --- tests/libtest/lib558.c | 2 +- tests/server/getpart.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/libtest/lib558.c b/tests/libtest/lib558.c index eebf6dfa5..253e043e1 100644 --- a/tests/libtest/lib558.c +++ b/tests/libtest/lib558.c @@ -29,7 +29,7 @@ #include "hash.h" #include "hostip.h" -#include "memory.h" +#include "curl_memory.h" #include "memdebug.h" /* This source file is used for test # 558 and 559 */ diff --git a/tests/server/getpart.c b/tests/server/getpart.c index 448cdc143..d946e0f7b 100644 --- a/tests/server/getpart.c +++ b/tests/server/getpart.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2008, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2009, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -34,7 +34,7 @@ struct SessionHandle { }; #include "curl_base64.h" -#include "memory.h" +#include "curl_memory.h" /* include memdebug.h last */ #include "memdebug.h" -- cgit v1.2.3