diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-15 13:15:48 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-15 13:29:14 +0300 |
commit | cbb28d478883b8acc82a4f6e3f816eae1da92887 (patch) | |
tree | 4ace3d73be0a5a871bb3b6b78599f5ba35d50d54 | |
parent | a6896984f44e1a839dba86a311b14ea1a29c274d (diff) | |
download | ydb-cbb28d478883b8acc82a4f6e3f816eae1da92887.tar.gz |
Disable vxWorks-specfic include
0f3f54ef610a35426219de60f843b1225e1ca9fb
-rw-r--r-- | contrib/libs/sqlite3/sqlite3.c | 2 |
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 |