WIN32 fixes.

This commit is contained in:
Dr. Stephen Henson 2013-12-01 23:07:18 +00:00
parent 74184b6f21
commit 8b2d5cc4a7

View file

@ -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>