imap-append.c: Fixed compilation errors on some platforms
In the initializer for len, there is no prototype for "strlen". In this statement, there is no prototype for "memcpy".
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
*
|
||||
***************************************************************************/
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <curl/curl.h>
|
||||
|
||||
/* This is a simple example showing how to send mail using libcurl's IMAP
|
||||
|
||||
Reference in New Issue
Block a user