aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-06-26 11:34:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-06-26 11:34:36 +0000
commit69eb1790dae94ad879782de1c2ad2f53ff920e23 (patch)
tree6503c128d02baad1fba87948fea0c064f3ae5e94 /src
parenta1af6f361415610d726ff3be053691333abbbe9f (diff)
CURLDEBUG is the symbol to use, no longer MALLOCDEBUG
Diffstat (limited to 'src')
-rw-r--r--src/urlglob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlglob.c b/src/urlglob.c
index 85e4fd029..b7c84a7f6 100644
--- a/src/urlglob.c
+++ b/src/urlglob.c
@@ -31,7 +31,7 @@
#include <curl/curl.h>
#include "urlglob.h"
-#ifdef MALLOCDEBUG
+#ifdef CURLDEBUG
#include "../lib/memdebug.h"
#endif