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