Include winsock2.h even if compiling no-sock
authorMatt Caswell <matt@openssl.org>
Wed, 20 Apr 2016 11:43:27 +0000 (12:43 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 20 Apr 2016 13:52:46 +0000 (14:52 +0100)
commit2469e76b30d64d9374e06523f3c8a7d669986523
treecb45d3da2ec8b9716ff73838bf3a70954d78914b
parentd6e03b707796747442be86c56e88c653f91ac9ed
Include winsock2.h even if compiling no-sock

We need the struct timeval definition from winsock2.h even if we're not
going to call any socket functions.

Reviewed-by: Rich Salz <rsalz@openssl.org>
e_os.h