aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/cookie.c2
-rw-r--r--lib/escape.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/cookie.c b/lib/cookie.c
index b0206f623..c9883594c 100644
--- a/lib/cookie.c
+++ b/lib/cookie.c
@@ -92,7 +92,7 @@ Example set of cookies:
#include "strtok.h"
/* The last #include file should be: */
-#ifdef MALLOCDEBUG
+#ifdef CURLDEBUG
#include "memdebug.h"
#endif
diff --git a/lib/escape.c b/lib/escape.c
index 354b284e2..21acfae2d 100644
--- a/lib/escape.c
+++ b/lib/escape.c
@@ -33,7 +33,7 @@
#include <string.h>
/* The last #include file should be: */
-#ifdef MALLOCDEBUG
+#ifdef CURLDEBUG
#include "memdebug.h"
#endif