mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08: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
@ -244,7 +244,7 @@
|
|||||||
# include "setup-win32.h"
|
# include "setup-win32.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <curl/curl.h>
|
#include <curl/system.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Use getaddrinfo to resolve the IPv4 address literal. If the current network
|
* Use getaddrinfo to resolve the IPv4 address literal. If the current network
|
||||||
|
Loading…
Reference in New Issue
Block a user