summaryrefslogtreecommitdiff
path: root/docs/examples/http3.c
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-09-12 15:17:49 +0000
committerng0 <ng0@n0.is>2019-09-12 15:17:49 +0000
commit171a7f54b665e79264312448701fc8d4874f6ecc (patch)
tree3776f6f28f396c722f2310dda2c8ff95d0091e93 /docs/examples/http3.c
parentd70de547066caa46b28f98670cdd7d6161154381 (diff)
downloadgnurl-171a7f54b665e79264312448701fc8d4874f6ecc.tar.gz
gnurl-171a7f54b665e79264312448701fc8d4874f6ecc.tar.bz2
gnurl-171a7f54b665e79264312448701fc8d4874f6ecc.zip
docs: curl->gnurl sed
Diffstat (limited to 'docs/examples/http3.c')
-rw-r--r--docs/examples/http3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/http3.c b/docs/examples/http3.c
index 240a7edd4..1a283057d 100644
--- a/docs/examples/http3.c
+++ b/docs/examples/http3.c
@@ -24,7 +24,7 @@
* </DESC>
*/
#include <stdio.h>
-#include <curl/curl.h>
+#include <gnurl/curl.h>
int main(void)
{