From bbafb2eb27954c34967f91c705e74cc0c186970d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 11 May 2004 11:30:23 +0000 Subject: curl_global_init_mem() allows the memory functions to be replaced. memory.h is included everywhere for this. --- lib/ftp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/ftp.c') diff --git a/lib/ftp.c b/lib/ftp.c index 17632044b..e4a687884 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -92,6 +92,7 @@ #include "ssluse.h" #include "connect.h" #include "strerror.h" +#include "memory.h" #if defined(HAVE_INET_NTOA_R) && !defined(HAVE_INET_NTOA_R_DECL) #include "inet_ntoa_r.h" -- cgit v1.2.3