aboutsummaryrefslogtreecommitdiff
path: root/lib/connect.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-06-26 06:47:20 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-06-26 06:47:20 +0000
commit1eef6f44ba59c051870324a4c9405c000ac1eaf2 (patch)
tree184f41b9edeaec6f449102dfae7e886048c99cf4 /lib/connect.c
parent204f03912fcb1c2909e5f2a355dffa8fe2694d9d (diff)
CURLDEBUG instead of MALLOCDEBUG
Diffstat (limited to 'lib/connect.c')
-rw-r--r--lib/connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/connect.c b/lib/connect.c
index 9a78f1610..681fc0039 100644
--- a/lib/connect.c
+++ b/lib/connect.c
@@ -77,7 +77,7 @@
#include "if2ip.h"
/* The last #include file should be: */
-#ifdef MALLOCDEBUG
+#ifdef CURLDEBUG
#include "memdebug.h"
#endif