add inclusion of curl_memory.h

This commit is contained in:
Yang Tse 2010-01-23 17:31:54 +00:00
parent 597ad5a2ce
commit 0abd928d3d
2 changed files with 2 additions and 0 deletions

View 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"

View 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"