mirror of
https://github.com/curl/curl.git
synced 2026-08-25 19:43:33 +03:00
include libcurl standard internal headers
This commit is contained in:
parent
df06182d86
commit
077125e4a2
12 changed files with 54 additions and 17 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue