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