http NTLM: reinstate "memdebug.h" header inclusion

Inclusion of header "memdebug.h" in http_ntlm.c got lost in commit 98fb0ef7.
This commit is contained in:
Yang Tse 2011-08-14 21:16:01 +02:00
parent f0c59c6c2c
commit e575cbc815
1 changed files with 3 additions and 0 deletions

View File

@ -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