Added the memdebug include file

This commit is contained in:
Daniel Stenberg 2000-11-27 12:04:51 +00:00
Родитель 20801181b2
Коммит 79a84d20f2
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -103,6 +103,10 @@
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>
/* The last #include file should be: */
#ifdef MALLOCDEBUG
#include "memdebug.h"
#endif
CURLcode file(struct connectdata *conn)
{