summaryrefslogtreecommitdiff
path: root/docs/examples/10-at-a-time.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-03-04 16:27:22 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-03-04 16:27:22 +0100
commit9da03501410d841f7c420156084919e3b1b97928 (patch)
tree7d9d0d736e834225f48bb753f8f6bcc02051935a /docs/examples/10-at-a-time.c
parent15401fa886b707ae2a42b95fa6cf313685306492 (diff)
downloadcurl-bagder/examples-includes.tar.gz
examples: only include <curl/curl.h>bagder/examples-includes
That's the only public curl header we should encourage use of.
Diffstat (limited to 'docs/examples/10-at-a-time.c')
-rw-r--r--docs/examples/10-at-a-time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/10-at-a-time.c b/docs/examples/10-at-a-time.c
index ee1c64a5d..b50eaa68e 100644
--- a/docs/examples/10-at-a-time.c
+++ b/docs/examples/10-at-a-time.c
@@ -30,7 +30,7 @@
#ifndef WIN32
# include <unistd.h>
#endif
-#include <curl/multi.h>
+#include <curl/curl.h>
static const char *urls[] = {
"https://www.microsoft.com",