aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-02-07 12:55:33 +0300
committerAlexander Smirnov <alex@ydb.tech>2024-02-09 19:18:37 +0300
commit9bcdb303d39601c363f30bf0f60c011dd2a8b698 (patch)
tree716fd9199ba135fe8090bdd8182f815fd0e36f5c
parent9e61f196e45b9ad19c38400f55d929374cc00dac (diff)
downloadydb-9bcdb303d39601c363f30bf0f60c011dd2a8b698.tar.gz
Disable non-existing include in contrib/libs/lzma
-rw-r--r--contrib/libs/lzma/common/tuklib_physmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/lzma/common/tuklib_physmem.c b/contrib/libs/lzma/common/tuklib_physmem.c
index a442777dcd0..61c62eb71d5 100644
--- a/contrib/libs/lzma/common/tuklib_physmem.c
+++ b/contrib/libs/lzma/common/tuklib_physmem.c
@@ -35,7 +35,7 @@
#elif defined(AMIGA) || defined(__AROS__)
# define __USE_INLINE__
-# include <proto/exec.h>
+# error #include <proto/exec.h>
#elif defined(__QNX__)
# error #include <sys/syspage.h>