Skip to content
Snippets Groups Projects
Commit 0c4589f0 authored by Steve Holme's avatar Steve Holme
Browse files

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".
parent 54ef196d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment