aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http.c')
-rw-r--r--lib/http.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/http.c b/lib/http.c
index 4b9da418b..6c247792c 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -117,6 +117,11 @@
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>
+/* The last #include file should be: */
+#ifdef MALLOCDEBUG
+#include "memdebug.h"
+#endif
+
/*
* This function checks the linked list of custom HTTP headers for a particular
* header (prefix).