aboutsummaryrefslogtreecommitdiff
path: root/lib/http_ntlm.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-08-14 21:16:01 +0200
committerYang Tse <yangsita@gmail.com>2011-08-14 21:19:22 +0200
commite575cbc815e9ae45abbce30046471788e94c016d (patch)
treeaab3fa19722f17f1765e1ee0a3e42703b2c79a5c /lib/http_ntlm.c
parentf0c59c6c2cc584ad4bb65ec1bb9fb1644530ebfc (diff)
http NTLM: reinstate "memdebug.h" header inclusion
Inclusion of header "memdebug.h" in http_ntlm.c got lost in commit 98fb0ef7.
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