aboutsummaryrefslogtreecommitdiff
path: root/src/urlglob.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-10-09 11:13:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-10-09 11:13:17 +0000
commit9defb83930fbccf11f446aebf24172c519843639 (patch)
tree051be3fb43ea94c395e97e0d3fc2b134934abd40 /src/urlglob.c
parent0f8facb49b45a711fa7832c68260a5b45b362922 (diff)
added memory debugging support
Diffstat (limited to 'src/urlglob.c')
-rw-r--r--src/urlglob.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/urlglob.c b/src/urlglob.c
index 85acfa94b..69d1e9b5e 100644
--- a/src/urlglob.c
+++ b/src/urlglob.c
@@ -45,6 +45,10 @@
#include <curl/curl.h>
#include "urlglob.h"
+#ifdef MALLOCDEBUG
+#include "../lib/memdebug.h"
+#endif
+
char glob_buffer[URL_MAX_LENGTH];
URLGlob *glob_expand;