aboutsummaryrefslogtreecommitdiff
path: root/lib/getinfo.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-06-26 11:22:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-06-26 11:22:12 +0000
commit308bc9d919d57388f269c473778ea7f6a331d1c5 (patch)
treecbcdaba66dd023ac5e1f12cd25ca70a33e5a60c1 /lib/getinfo.c
parentdb566c54ae2529aa7af4073cc9834688f7ef4cdf (diff)
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
Diffstat (limited to 'lib/getinfo.c')
-rw-r--r--lib/getinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getinfo.c b/lib/getinfo.c
index 28975aa94..9bd737020 100644
--- a/lib/getinfo.c
+++ b/lib/getinfo.c
@@ -36,7 +36,7 @@
#endif
/* Make this the last #include */
-#ifdef MALLOCDEBUG
+#ifdef CURLDEBUG
#include "memdebug.h"
#else
#include <stdlib.h>