aboutsummaryrefslogtreecommitdiff
path: root/lib/ftplistparser.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-06-02 14:13:02 +0200
committerYang Tse <yangsita@gmail.com>2010-06-02 14:13:02 +0200
commit077125e4a2a77384c88b51ffd88c985cabf95193 (patch)
tree99a42d6286462e74c3af8a21b896c503b01a95b3 /lib/ftplistparser.c
parentdf06182d867eaf80c006765a1601b9fcff5e8465 (diff)
include libcurl standard internal headers
Diffstat (limited to 'lib/ftplistparser.c')
-rw-r--r--lib/ftplistparser.c7
1 files changed, 7 insertions, 0 deletions
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 <curl/mprintf.h>
+
+#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