projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0c59c6
)
http NTLM: reinstate "memdebug.h" header inclusion
author
Yang Tse
<yangsita@gmail.com>
Sun, 14 Aug 2011 19:16:01 +0000
(21:16 +0200)
committer
Yang Tse
<yangsita@gmail.com>
Sun, 14 Aug 2011 19:19:22 +0000
(21:19 +0200)
Inclusion of header "memdebug.h" in http_ntlm.c got lost in commit
98fb0ef7
.
lib/http_ntlm.c
patch
|
blob
|
history
diff --git
a/lib/http_ntlm.c
b/lib/http_ntlm.c
index
97ea0a7
..
fd9f700
100644
(file)
--- a/
lib/http_ntlm.c
+++ b/
lib/http_ntlm.c
@@
-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