From e575cbc815e9ae45abbce30046471788e94c016d Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sun, 14 Aug 2011 21:16:01 +0200 Subject: [PATCH] http NTLM: reinstate "memdebug.h" header inclusion Inclusion of header "memdebug.h" in http_ntlm.c got lost in commit 98fb0ef7. --- lib/http_ntlm.c | 3 +++ 1 file changed, 3 insertions(+) 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 +/* The last #include file should be: */ +#include "memdebug.h" + #if DEBUG_ME # define DEBUG_OUT(x) x #else