summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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