summaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-12-20 13:22:42 +0000
committerng0 <ng0@n0.is>2019-12-20 13:22:42 +0000
commit486ada36f4910f2c05e0ea957388909e100159a2 (patch)
tree410bbdd2b8aabfb84cebb239857fa92c2fabb37f /docs/examples
parent2e0d9e8c2c01ab81fc4f86fcdf99d3f689c5e84e (diff)
downloadgnurl-486ada36f4910f2c05e0ea957388909e100159a2.tar.gz
gnurl-486ada36f4910f2c05e0ea957388909e100159a2.tar.bz2
gnurl-486ada36f4910f2c05e0ea957388909e100159a2.zip
make gnurl
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/multi-poll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/multi-poll.c b/docs/examples/multi-poll.c
index 255a3d45b..34e2ebc4b 100644
--- a/docs/examples/multi-poll.c
+++ b/docs/examples/multi-poll.c
@@ -32,7 +32,7 @@
#include <unistd.h>
/* curl stuff */
-#include <curl/curl.h>
+#include <gnurl/curl.h>
int main(void)
{