summaryrefslogtreecommitdiff
path: root/lib/curl_setup.h
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2022-09-07 12:30:15 +0200
committerMarcel Raad <Marcel.Raad@teamviewer.com>2022-09-12 09:41:55 +0200
commite5839f4ee706054d3a9bb7430e0eac061d78e35a (patch)
tree01a45d09cb2c1fcb0fd1cd108b5fe49ac6019822 /lib/curl_setup.h
parentb921a1676f3cdf610895c2e35756123a1e711ba8 (diff)
downloadcurl-e5839f4ee706054d3a9bb7430e0eac061d78e35a.tar.gz
curl_setup: include only system.h instead of curl.h
As done before commit 9506d01ee50. Ref: https://github.com/curl/curl/pull/9375#discussion_r957010158 Closes https://github.com/curl/curl/pull/9453
Diffstat (limited to 'lib/curl_setup.h')
-rw-r--r--lib/curl_setup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_setup.h b/lib/curl_setup.h
index 54f46f899..c99b6f53d 100644
--- a/lib/curl_setup.h
+++ b/lib/curl_setup.h
@@ -244,7 +244,7 @@
# include "setup-win32.h"
#endif
-#include <curl/curl.h>
+#include <curl/system.h>
/*
* Use getaddrinfo to resolve the IPv4 address literal. If the current network