diff options
author | Yang Tse <yangsita@gmail.com> | 2009-04-21 11:46:16 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-04-21 11:46:16 +0000 |
commit | 33a3753c3f41d546ebf3350685eb7201d25783f4 (patch) | |
tree | 844079a72939d3c8c5cfe49f0c5c2c86231ec274 /lib/escape.c | |
parent | 9770899a4bfb27ea73d0b0ee4be857ea1e47c4fd (diff) | |
download | curl-33a3753c3f41d546ebf3350685eb7201d25783f4.tar.gz |
libcurl's memory.h renamed to curl_memory.h
Diffstat (limited to 'lib/escape.c')
-rw-r--r-- | lib/escape.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/escape.c b/lib/escape.c index 626581819..838100e38 100644 --- a/lib/escape.c +++ b/lib/escape.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2007, 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 @@ -31,7 +31,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include "memory.h" +#include "curl_memory.h" /* urldata.h and easyif.h are included for Curl_convert_... prototypes */ #include "urldata.h" #include "easyif.h" |