From e5839f4ee706054d3a9bb7430e0eac061d78e35a Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Wed, 7 Sep 2022 12:30:15 +0200 Subject: [PATCH] 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 --- lib/curl_setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3