summaryrefslogtreecommitdiff
path: root/lib/share.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-06-26 11:28:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-06-26 11:28:26 +0000
commited908b7f89eb55fc5163d821feab6adc6b0dfa1b (patch)
treef133d946c4b86c6418deb4eeb8501e6f1fa7a1d7 /lib/share.c
parentf7d795a364096b384075b8e918760292ba054f69 (diff)
downloadcurl-ed908b7f89eb55fc5163d821feab6adc6b0dfa1b.tar.gz
use CURLDEBUG instead of MALLOCDEBUG
Diffstat (limited to 'lib/share.c')
-rw-r--r--lib/share.c2
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