From: Matt Caswell Date: Thu, 24 Aug 2017 11:25:09 +0000 (+0100) Subject: Fix enable-sctp X-Git-Tag: OpenSSL_1_1_1-pre1~778 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=f7d1d2a479adaaae222d88710c6ceb85706ebb0f Fix enable-sctp Commit b99fe5f4 broke SCTP. This fixes it again. Reviewed-by: Stephen Henson (Merged from https://github.com/openssl/openssl/pull/4244) --- diff --git a/test/handshake_helper.c b/test/handshake_helper.c index 473e22da56..4ec3867fe3 100644 --- a/test/handshake_helper.c +++ b/test/handshake_helper.c @@ -16,6 +16,7 @@ #include #endif +#include "internal/sockets.h" #include "internal/nelem.h" #include "handshake_helper.h" #include "testutil.h"