Fix include/internal/sockets.h for VMS
authorRichard Levitte <levitte@openssl.org>
Mon, 17 May 2021 13:16:58 +0000 (15:16 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 19 May 2021 10:41:34 +0000 (12:41 +0200)
It needs to include <openssl/opensslconf.h>

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15319)

include/internal/sockets.h

index 5ef5ef17568fcb0511b22f1903b0e3b19f037aa0..6e882fa6aafdf2d329ab98e49dde75c17bfb2a41 100644 (file)
@@ -7,11 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
-
 #ifndef OSSL_INTERNAL_SOCKETS_H
 # define OSSL_INTERNAL_SOCKETS_H
 # pragma once
 
+# include <openssl/opensslconf.h>
+
 # if defined(OPENSSL_SYS_VXWORKS) || defined(OPENSSL_SYS_UEFI)
 #  define NO_SYS_PARAM_H
 # endif