From: Marcel Raad Date: Wed, 7 Sep 2022 10:30:15 +0000 (+0200) Subject: curl_setup: include only system.h instead of curl.h X-Git-Tag: curl-7_86_0~251 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5839f4ee70;p=thirdparty%2Fcurl.git 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 --- diff --git a/lib/curl_setup.h b/lib/curl_setup.h index 54f46f899b..c99b6f53d5 100644 --- a/lib/curl_setup.h +++ b/lib/curl_setup.h @@ -244,7 +244,7 @@ # include "setup-win32.h" #endif -#include +#include /* * Use getaddrinfo to resolve the IPv4 address literal. If the current network