aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-02-15 13:15:48 +0300
committerInnokentii Mokin <innokentii@ydb.tech>2024-02-16 18:35:20 +0000
commit788e1f5f7f914250392b6d1d3f5d6745e8fae9b2 (patch)
tree18f0b2dd0705192c6ff1d1612d5e81cfd1514571
parentaed5fea202b200a6b077f976a6456c55a3525ed7 (diff)
downloadydb-788e1f5f7f914250392b6d1d3f5d6745e8fae9b2.tar.gz
Disable vxWorks-specfic include
0f3f54ef610a35426219de60f843b1225e1ca9fb
-rw-r--r--contrib/libs/sqlite3/sqlite3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/sqlite3/sqlite3.c b/contrib/libs/sqlite3/sqlite3.c
index 45c9d1db7d..371772b98c 100644
--- a/contrib/libs/sqlite3/sqlite3.c
+++ b/contrib/libs/sqlite3/sqlite3.c
@@ -151,7 +151,7 @@
#if defined(__RTP__) || defined(_WRS_KERNEL)
/* This is VxWorks. Set up things specially for that OS
*/
-#include <vxWorks.h>
+#error #include <vxWorks.h>
#include <pthread.h> /* amalgamator: dontcache */
#define OS_VXWORKS 1
#define SQLITE_OS_OTHER 0