summaryrefslogtreecommitdiff
path: root/docs/examples/https.c
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-08-22 17:30:22 +0000
committerng0 <ng0@infotropique.org>2017-08-22 17:30:22 +0000
commit535a1e532345d3760d496b5b21052f23e8965f4c (patch)
tree77199c7edde54a0688ef651b7d37f6145938e44c /docs/examples/https.c
parentf7ea2931076841e57ecf1e67bb422f5ff63b8dfa (diff)
downloadgnurl-535a1e532345d3760d496b5b21052f23e8965f4c.tar.gz
gnurl-535a1e532345d3760d496b5b21052f23e8965f4c.tar.bz2
gnurl-535a1e532345d3760d496b5b21052f23e8965f4c.zip
gnurl: replace references in folder "doc".
For reference, read bug #5122, comment part "FIX: Tune explicit paths in source files". Signed-off-by: ng0 <ng0@infotropique.org>
Diffstat (limited to 'docs/examples/https.c')
-rw-r--r--docs/examples/https.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/https.c b/docs/examples/https.c
index cca83fee5..342854467 100644
--- a/docs/examples/https.c
+++ b/docs/examples/https.c
@@ -24,7 +24,7 @@
* </DESC>
*/
#include <stdio.h>
-#include <curl/curl.h>
+#include <gnurl/curl.h>
int main(void)
{