]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl_setup: include only system.h instead of curl.h
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Wed, 7 Sep 2022 10:30:15 +0000 (12:30 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Mon, 12 Sep 2022 07:41:55 +0000 (09:41 +0200)
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

index 54f46f899b21734e33ed6b3e33259dadf4b810b7..c99b6f53d5576987ed7df1797e5120854eaed06e 100644 (file)
 #  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