diff options
-rw-r--r-- | src/openssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openssl.c b/src/openssl.c index ede55aa..10cb1f1 100644 --- a/src/openssl.c +++ b/src/openssl.c @@ -38,8 +38,8 @@ #include <sys/stat.h> /* struct stat stat(2) */ #ifdef _WIN32 -#include <inaddr.h> /* struct in_addr, struct in6_addr */ #include <winsock2.h> /* AF_INET, AF_INET6 */ +#include <inaddr.h> /* struct in_addr, struct in6_addr */ #include <ws2tcpip.h> /* inet_pton */ #pragma comment(lib, "ws2_32.lib") #include <wincrypt.h> /* CryptAcquireContext(), CryptGenRandom(), CryptReleaseContext() */ |