From 0c4589f0c0d5a0e88cd628748f38488ee4090bfc Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 30 Mar 2014 10:56:51 +0100 Subject: 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". --- docs/examples/imap-append.c | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/examples/imap-append.c') diff --git a/docs/examples/imap-append.c b/docs/examples/imap-append.c index 8f0ebcb3b..fa531a8c5 100644 --- a/docs/examples/imap-append.c +++ b/docs/examples/imap-append.c @@ -20,6 +20,7 @@ * ***************************************************************************/ #include +#include #include /* This is a simple example showing how to send mail using libcurl's IMAP -- cgit v1.2.3