aboutsummaryrefslogtreecommitdiff
path: root/src/urlglob.c
diff options
context:
space:
mode:
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;