summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-01-12 23:36:23 +0000
committerng0 <ng0@n0.is>2019-01-12 23:36:23 +0000
commitaccf831f0af7cbfb2b4a0738417555eb8c93e32f (patch)
tree8b531647823e5d95d73ea9a2cb6efbb5e8bbd3ba /docs
parentaf8ea3715fefeaaeb26c6a9f8112b326c5686de9 (diff)
downloadgnurl-accf831f0af7cbfb2b4a0738417555eb8c93e32f.tar.gz
gnurl-accf831f0af7cbfb2b4a0738417555eb8c93e32f.tar.bz2
gnurl-accf831f0af7cbfb2b4a0738417555eb8c93e32f.zip
sed.sh: docs/examples/urlapi.c
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/urlapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/urlapi.c b/docs/examples/urlapi.c
index 594f9420d..fcddfda57 100644
--- a/docs/examples/urlapi.c
+++ b/docs/examples/urlapi.c
@@ -24,7 +24,7 @@
* </DESC>
*/
#include <stdio.h>
-#include <curl/curl.h>
+#include <gnurl/curl.h>
#if !CURL_AT_LEAST_VERSION(7, 62, 0)
#error "this example requires curl 7.62.0 or later"