From: Richard Levitte Date: Mon, 17 May 2021 13:16:58 +0000 (+0200) Subject: Fix include/internal/sockets.h for VMS X-Git-Tag: openssl-3.0.0-alpha17~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fea559085bbe873f0f81751653cf673a7b00a95c;p=thirdparty%2Fopenssl.git Fix include/internal/sockets.h for VMS It needs to include Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15319) --- diff --git a/include/internal/sockets.h b/include/internal/sockets.h index 5ef5ef17568..6e882fa6aaf 100644 --- a/include/internal/sockets.h +++ b/include/internal/sockets.h @@ -7,11 +7,12 @@ * https://www.openssl.org/source/license.html */ - #ifndef OSSL_INTERNAL_SOCKETS_H # define OSSL_INTERNAL_SOCKETS_H # pragma once +# include + # if defined(OPENSSL_SYS_VXWORKS) || defined(OPENSSL_SYS_UEFI) # define NO_SYS_PARAM_H # endif