summaryrefslogtreecommitdiff
path: root/docs/examples/pop3-ssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/pop3-ssl.c')
-rw-r--r--docs/examples/pop3-ssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/pop3-ssl.c b/docs/examples/pop3-ssl.c
index f0d4e269d..20389d732 100644
--- a/docs/examples/pop3-ssl.c
+++ b/docs/examples/pop3-ssl.c
@@ -26,7 +26,7 @@
*/
#include <stdio.h>
-#include <curl/curl.h>
+#include <gnurl/curl.h>
/* This is a simple example showing how to retrieve mail using libcurl's POP3
* capabilities. It builds on the pop3-retr.c example adding transport