mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 17:05:49 +00:00
Merge pull request #2844 from rakuco/netinet-include-fixes
openssl: Add all required includes for AF_INET6 and in6_addr.
This commit is contained in:
commit
65bc22fa50
@ -12,6 +12,9 @@
|
||||
#include <openssl/x509v3.h>
|
||||
|
||||
#include <ctype.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
#include "global.h"
|
||||
#include "posix.h"
|
||||
|
Loading…
Reference in New Issue
Block a user