summaryrefslogtreecommitdiff
path: root/docs/examples/imap-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/imap-store.c')
-rw-r--r--docs/examples/imap-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/imap-store.c b/docs/examples/imap-store.c
index 8479457b1..8d3fba50d 100644
--- a/docs/examples/imap-store.c
+++ b/docs/examples/imap-store.c
@@ -26,7 +26,7 @@
*/
#include <stdio.h>
-#include <curl/curl.h>
+#include <gnurl/curl.h>
/* This is a simple example showing how to modify an existing mail using
* libcurl's IMAP capabilities with the STORE command.