aboutsummaryrefslogtreecommitdiff
path: root/lib/file.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-06-26 11:16:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-06-26 11:16:37 +0000
commitdb566c54ae2529aa7af4073cc9834688f7ef4cdf (patch)
tree187ad939252f25ca97b7bd8416e389cf6a368e3e /lib/file.c
parent81d403e207b23eeecd496f519021d61915947b8c (diff)
use CURLDEBUG instead of MALLOCDEBUG
Diffstat (limited to 'lib/file.c')
-rw-r--r--lib/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/file.c b/lib/file.c
index 307ccd89c..20b6d1592 100644
--- a/lib/file.c
+++ b/lib/file.c
@@ -88,7 +88,7 @@
#include <curl/mprintf.h>
/* The last #include file should be: */
-#ifdef MALLOCDEBUG
+#ifdef CURLDEBUG
#include "memdebug.h"
#endif