diff options
Diffstat (limited to 'tests/server')
| -rw-r--r-- | tests/server/getpart.c | 4 | 
1 files changed, 2 insertions, 2 deletions
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, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, 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"  | 
