]> granicus.if.org Git - curl/commitdiff
add inclusion of curl_memory.h
authorYang Tse <yangsita@gmail.com>
Sat, 23 Jan 2010 17:31:54 +0000 (17:31 +0000)
committerYang Tse <yangsita@gmail.com>
Sat, 23 Jan 2010 17:31:54 +0000 (17:31 +0000)
lib/socks_gssapi.c
lib/socks_sspi.c

index 8b5ccf714000ff7c0e91e568760aef48a36d0c19..a32e928c864b65083d890c4357b8eeba9f5feca6 100644 (file)
@@ -49,6 +49,7 @@ static gss_ctx_id_t     gss_context = GSS_C_NO_CONTEXT;
 #define _MPRINTF_REPLACE /* use our functions only */
 #include <curl/mprintf.h>
 
+#include "curl_memory.h"
 /* The last #include file should be: */
 #include "memdebug.h"
 
index 6feb422b91107fbc008101b1e755f55280f65fc2..d255badd164c1239e918f438c70978bc88fec53b 100644 (file)
@@ -42,6 +42,7 @@
 #define _MPRINTF_REPLACE /* use the internal *printf() functions */
 #include <curl/mprintf.h>
 
+#include "curl_memory.h"
 /* The last #include file should be: */
 #include "memdebug.h"