aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-02-15 12:50:36 +0300
committerthegeorg <thegeorg@yandex-team.com>2024-02-15 13:03:26 +0300
commita6896984f44e1a839dba86a311b14ea1a29c274d (patch)
treee8967a6603d4db0781baf5f284e3ba6b76fc31e9 /contrib
parenteb9d040698d3691d9c06caaf5c96b1f4781b2802 (diff)
downloadydb-a6896984f44e1a839dba86a311b14ea1a29c274d.tar.gz
Disable vxWorks-specific includes in contrib/libs/openssl
e873edcba3e25965e18dcb463f692ea5c1e5e310
Diffstat (limited to 'contrib')
-rw-r--r--contrib/libs/openssl/e_os.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/libs/openssl/e_os.h b/contrib/libs/openssl/e_os.h
index 9af7f3758d..fe3bc4c4cb 100644
--- a/contrib/libs/openssl/e_os.h
+++ b/contrib/libs/openssl/e_os.h
@@ -324,12 +324,12 @@ extern FILE *_imp___iob;
/* vxworks */
# if defined(OPENSSL_SYS_VXWORKS)
-# include <ioLib.h>
-# include <tickLib.h>
-# include <sysLib.h>
-# include <vxWorks.h>
-# include <sockLib.h>
-# include <taskLib.h>
+# error #include <ioLib.h>
+# error #include <tickLib.h>
+# error #include <sysLib.h>
+# error #include <vxWorks.h>
+# error #include <sockLib.h>
+# error #include <taskLib.h>
# define TTY_STRUCT int
# define sleep(a) taskDelay((a) * sysClkRateGet())