diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-06-26 06:47:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-06-26 06:47:20 +0000 |
commit | 1eef6f44ba59c051870324a4c9405c000ac1eaf2 (patch) | |
tree | 184f41b9edeaec6f449102dfae7e886048c99cf4 | |
parent | 204f03912fcb1c2909e5f2a355dffa8fe2694d9d (diff) |
CURLDEBUG instead of MALLOCDEBUG
-rw-r--r-- | lib/connect.c | 2 |
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 |