http NTLM: reinstate "memdebug.h" header inclusion
authorYang Tse <yangsita@gmail.com>
Sun, 14 Aug 2011 19:16:01 +0000 (21:16 +0200)
committerYang 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

index 97ea0a7..fd9f700 100644 (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