mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 20:29:27 +00:00
in_addr is defined in <Winsock2.h>, include before <ws2tcpip.h>
This commit is contained in:
parent
b0ed61f822
commit
90c2b37fd7
@ -13,6 +13,7 @@
|
||||
# include <netinet/in.h>
|
||||
# include <arpa/inet.h>
|
||||
#else
|
||||
# include <winsock2.h>
|
||||
# include <ws2tcpip.h>
|
||||
# ifdef _MSC_VER
|
||||
# pragma comment(lib, "ws2_32")
|
||||
|
Loading…
Reference in New Issue
Block a user