mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
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:
parent
f0c59c6c2c
commit
e575cbc815
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user