diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-06-26 11:28:26 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-06-26 11:28:26 +0000 |
commit | ed908b7f89eb55fc5163d821feab6adc6b0dfa1b (patch) | |
tree | f133d946c4b86c6418deb4eeb8501e6f1fa7a1d7 /lib/share.c | |
parent | f7d795a364096b384075b8e918760292ba054f69 (diff) | |
download | curl-ed908b7f89eb55fc5163d821feab6adc6b0dfa1b.tar.gz |
use CURLDEBUG instead of MALLOCDEBUG
Diffstat (limited to 'lib/share.c')
-rw-r--r-- | lib/share.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/share.c b/lib/share.c index df4d5ec14..798a0a497 100644 --- a/lib/share.c +++ b/lib/share.c @@ -30,7 +30,7 @@ #include "share.h" /* The last #include file should be: */ -#ifdef MALLOCDEBUG +#ifdef CURLDEBUG #include "memdebug.h" #endif |