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 8b5ccf7..a32e928 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 6feb422..d255bad 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"