summaryrefslogtreecommitdiff
path: root/docs/examples/ftpgetinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/ftpgetinfo.c')
-rw-r--r--docs/examples/ftpgetinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/ftpgetinfo.c b/docs/examples/ftpgetinfo.c
index db16408d3..c6f190cac 100644
--- a/docs/examples/ftpgetinfo.c
+++ b/docs/examples/ftpgetinfo.c
@@ -22,7 +22,7 @@
#include <stdio.h>
#include <string.h>
-#include <curl/curl.h>
+#include <gnurl/curl.h>
/* <DESC>
* Checks a single file's size and mtime from an FTP server.