From ed908b7f89eb55fc5163d821feab6adc6b0dfa1b Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Thu, 26 Jun 2003 11:28:26 +0000
Subject: [PATCH] use CURLDEBUG instead of MALLOCDEBUG

---
 lib/share.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
2.40.0