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 9a78f16..681fc00 100644 (file)
@@ -77,7 +77,7 @@
 #include "if2ip.h"
 
 /* The last #include file should be: */
-#ifdef MALLOCDEBUG
+#ifdef CURLDEBUG
 #include "memdebug.h"
 #endif