summaryrefslogtreecommitdiff
path: root/docs/examples/imap-copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/imap-copy.c')
-rw-r--r--docs/examples/imap-copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/imap-copy.c b/docs/examples/imap-copy.c
index 1ef43f893..b24ffe026 100644
--- a/docs/examples/imap-copy.c
+++ b/docs/examples/imap-copy.c
@@ -26,7 +26,7 @@
*/
#include <stdio.h>
-#include <curl/curl.h>
+#include <gnurl/curl.h>
/* This is a simple example showing how to copy a mail from one mailbox folder
* to another using libcurl's IMAP capabilities.