summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-05-17 15:16:58 +0200
committerRichard Levitte <levitte@openssl.org>2021-05-19 12:41:34 +0200
commitfea559085bbe873f0f81751653cf673a7b00a95c (patch)
tree5b01a18e331ec73cabc8ac54f1fbc56e0f0881f3 /include
parentac2aa13aaf6d4c5457fd99edd82659cb5b662816 (diff)
Fix include/internal/sockets.h for VMS
It needs to include <openssl/opensslconf.h> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15319)
Diffstat (limited to 'include')
-rw-r--r--include/internal/sockets.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/internal/sockets.h b/include/internal/sockets.h
index 5ef5ef1756..6e882fa6aa 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 <openssl/opensslconf.h>
+
# if defined(OPENSSL_SYS_VXWORKS) || defined(OPENSSL_SYS_UEFI)
# define NO_SYS_PARAM_H
# endif