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

index 9a78f16105753991e9ed39a2a1ecb87ee6f22d8c..681fc0039b1be0a3208a60be1d1a2ab2993cfa1b 100644 (file)
@@ -77,7 +77,7 @@
 #include "if2ip.h"
 
 /* The last #include file should be: */
-#ifdef MALLOCDEBUG
+#ifdef CURLDEBUG
 #include "memdebug.h"
 #endif