mirror of
https://github.com/curl/curl.git
synced 2026-04-16 05:31:40 +03:00
curl_setup: include only system.h instead of curl.h
As done before commit 9506d01ee5.
Ref: https://github.com/curl/curl/pull/9375#discussion_r957010158
Closes https://github.com/curl/curl/pull/9453
This commit is contained in:
parent
b921a1676f
commit
e5839f4ee7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue