From: Matt Caswell Date: Mon, 26 May 2014 23:26:55 +0000 (+0100) Subject: Fixed Windows compilation failure X-Git-Tag: OpenSSL_1_0_0n~85 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ccb0398da678b76445f7ff8350c6d5db14e6f7dd;p=oweals%2Fopenssl.git Fixed Windows compilation failure --- diff --git a/ssl/s3_pkt.c b/ssl/s3_pkt.c index 807cfc5523..2f03040347 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"