diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2003-06-26 11:16:37 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2003-06-26 11:16:37 +0000 | 
| commit | db566c54ae2529aa7af4073cc9834688f7ef4cdf (patch) | |
| tree | 187ad939252f25ca97b7bd8416e389cf6a368e3e /lib | |
| parent | 81d403e207b23eeecd496f519021d61915947b8c (diff) | |
use CURLDEBUG instead of MALLOCDEBUG
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/file.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/file.c b/lib/file.c index 307ccd89c..20b6d1592 100644 --- a/lib/file.c +++ b/lib/file.c @@ -88,7 +88,7 @@  #include <curl/mprintf.h>  /* The last #include file should be: */ -#ifdef MALLOCDEBUG +#ifdef CURLDEBUG  #include "memdebug.h"  #endif | 
