aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-02-17 18:59:28 +0300
committerthegeorg <thegeorg@yandex-team.com>2024-02-17 19:12:04 +0300
commitd7085a2d55b694b60541c697cdf192e49306660f (patch)
tree1b7c2f69dd2ab4cc20469550f0fcf814db4d682c /contrib/libs
parente870b8e4498c5811f699091a9f7fec73039559ee (diff)
downloadydb-d7085a2d55b694b60541c697cdf192e49306660f.tar.gz
Disable VMS-specific include
9be65ee4c604482641d7219b1923056002dbe557
Diffstat (limited to 'contrib/libs')
-rw-r--r--contrib/libs/openssl/include/internal/sockets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/openssl/include/internal/sockets.h b/contrib/libs/openssl/include/internal/sockets.h
index 4fc1aecdbb..79bf1dfda6 100644
--- a/contrib/libs/openssl/include/internal/sockets.h
+++ b/contrib/libs/openssl/include/internal/sockets.h
@@ -98,7 +98,7 @@ struct servent *PASCAL getservbyname(const char *, const char *);
/* ioctl is only in VMS > 7.0 and when socketshr is not used */
# include <sys/ioctl.h>
# endif
-# include <unixio.h>
+# error #include <unixio.h>
# if defined(TCPIP_TYPE_SOCKETSHR)
# include <socketshr.h>
# endif