Commit 927cb370 authored by Daniel Gustafsson's avatar Daniel Gustafsson
Browse files

memory: add missing curl_printf header



ftp_send_command() was using vsnprintf() without including the libcurl
*rintf() replacement header. Fix by including curl_printf.h and also
add curl_memory.h while at it since memdebug.h depends on it.

Closes #2999
Reviewed-by: default avatarDaniel Stenberg <daniel@haxx.se>
parent 093ba904
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment