From 077125e4a2a77384c88b51ffd88c985cabf95193 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 2 Jun 2010 14:13:02 +0200 Subject: include libcurl standard internal headers --- lib/ftplistparser.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/ftplistparser.c') diff --git a/lib/ftplistparser.c b/lib/ftplistparser.c index 95adfe68d..65addfaa1 100644 --- a/lib/ftplistparser.c +++ b/lib/ftplistparser.c @@ -50,6 +50,13 @@ #include "rawstr.h" #include "ftp.h" +#define _MPRINTF_REPLACE /* use our functions only */ +#include + +#include "curl_memory.h" +/* The last #include file should be: */ +#include "memdebug.h" + /* allocs buffer which will contain one line of LIST command response */ #define FTP_BUFFER_ALLOCSIZE 160 -- cgit v1.2.3