mirror of https://github.com/openssl/openssl.git
Header needed for SOCK_STREAM on FreeBSD.
This commit is contained in:
parent
83e2ff8c51
commit
01bc7dcafc
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <netdb.h>
|
||||
#include <sys/socket.h>
|
||||
#include <openssl/bio.h>
|
||||
#include <openssl/dso.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue