summaryrefslogtreecommitdiff
path: root/docs/examples/ftpsget.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/ftpsget.c')
-rw-r--r--docs/examples/ftpsget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/ftpsget.c b/docs/examples/ftpsget.c
index 91162e624..dedd347b1 100644
--- a/docs/examples/ftpsget.c
+++ b/docs/examples/ftpsget.c
@@ -22,7 +22,7 @@
#include <stdio.h>
-#include <curl/curl.h>
+#include <gnurl/curl.h>
/* <DESC>
* Get a single file from an FTPS server.