From: Yang Tse Date: Sun, 14 Aug 2011 19:16:01 +0000 (+0200) Subject: http NTLM: reinstate "memdebug.h" header inclusion X-Git-Tag: curl-7_22_0~110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e575cbc815e9ae45abbce30046471788e94c016d;p=thirdparty%2Fcurl.git http NTLM: reinstate "memdebug.h" header inclusion Inclusion of header "memdebug.h" in http_ntlm.c got lost in commit 98fb0ef7. --- diff --git a/lib/http_ntlm.c b/lib/http_ntlm.c index 97ea0a7a46..fd9f7009c8 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