WIN32 fixes.
This commit is contained in:
parent
74184b6f21
commit
8b2d5cc4a7
1 changed files with 2 additions and 0 deletions
|
@ -1,8 +1,10 @@
|
|||
#include <openssl/opensslconf.h>
|
||||
|
||||
#include <string.h>
|
||||
#ifndef OPENSSL_SYS_WIN32
|
||||
#include <netdb.h>
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#include <openssl/bio.h>
|
||||
#include <openssl/dso.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue