summaryrefslogtreecommitdiff
path: root/docs/examples/pop3-uidl.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/pop3-uidl.c')
-rw-r--r--docs/examples/pop3-uidl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/pop3-uidl.c b/docs/examples/pop3-uidl.c
index f127120e4..7d87508d5 100644
--- a/docs/examples/pop3-uidl.c
+++ b/docs/examples/pop3-uidl.c
@@ -26,7 +26,7 @@
*/
#include <stdio.h>
-#include <curl/curl.h>
+#include <gnurl/curl.h>
/* This is a simple example using libcurl's POP3 capabilities to list the
* contents of a mailbox by unique ID.