diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-17 18:59:28 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-17 19:12:04 +0300 |
commit | d7085a2d55b694b60541c697cdf192e49306660f (patch) | |
tree | 1b7c2f69dd2ab4cc20469550f0fcf814db4d682c /contrib/libs | |
parent | e870b8e4498c5811f699091a9f7fec73039559ee (diff) | |
download | ydb-d7085a2d55b694b60541c697cdf192e49306660f.tar.gz |
Disable VMS-specific include
9be65ee4c604482641d7219b1923056002dbe557
Diffstat (limited to 'contrib/libs')
-rw-r--r-- | contrib/libs/openssl/include/internal/sockets.h | 2 |
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 |