aboutsummaryrefslogtreecommitdiff
path: root/lib/http_ntlm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http_ntlm.c')
-rw-r--r--lib/http_ntlm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/http_ntlm.c b/lib/http_ntlm.c
index 97ea0a7a4..fd9f7009c 100644
--- a/lib/http_ntlm.c
+++ b/lib/http_ntlm.c
@@ -62,6 +62,9 @@
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>
+/* The last #include file should be: */
+#include "memdebug.h"
+
#if DEBUG_ME
# define DEBUG_OUT(x) x
#else