]> granicus.if.org Git - curl/commitdiff
use CURLDEBUG instead of MALLOCDEBUG
authorDaniel Stenberg <daniel@haxx.se>
Thu, 26 Jun 2003 11:28:26 +0000 (11:28 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 26 Jun 2003 11:28:26 +0000 (11:28 +0000)
lib/share.c

index df4d5ec14cde67d5b41b001cce66ac0f3a125663..798a0a49787b38885bab52c0b6208e6c039f84a2 100644 (file)
@@ -30,7 +30,7 @@
 #include "share.h"
 
 /* The last #include file should be: */
-#ifdef MALLOCDEBUG
+#ifdef CURLDEBUG
 #include "memdebug.h"
 #endif