From: Matt Caswell Date: Mon, 26 May 2014 23:26:55 +0000 (+0100) Subject: Fixed Windows compilation failure X-Git-Tag: OpenSSL_1_0_1h~27 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8ca7d124304502158fba780eed293c4e3c5c1c71;p=oweals%2Fopenssl.git Fixed Windows compilation failure --- diff --git a/ssl/s3_pkt.c b/ssl/s3_pkt.c index 2e188af6a6..6bc8bf9c8b 100644 --- a/ssl/s3_pkt.c +++ b/ssl/s3_pkt.c @@ -110,6 +110,7 @@ */ #include +#include #include #define USE_SOCKETS #include "ssl_locl.h"