mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-04 01:40:18 +00:00
Merge pull request #1106 from frasertweedale/fix/freebsd-build
fix build on FreeBSD
This commit is contained in:
commit
469827812f
@ -18,6 +18,10 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
# include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
#ifdef GIT_SSL
|
||||
# include <openssl/ssl.h>
|
||||
# include <openssl/err.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user