diff options
-rw-r--r-- | docs/examples/imap-append.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdio.h> +#include <string.h> #include <curl/curl.h> /* This is a simple example showing how to send mail using libcurl's IMAP |