diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-07 12:55:33 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-07 13:19:02 +0300 |
commit | 44c3ae14d650a02848f455e77090ccc1fc7a9788 (patch) | |
tree | e42c5d9f3e378eadf585e2d1fda6094dbe3969f5 /contrib/libs/lzma | |
parent | ab40008364d2224bdea3e0ac9a785780a2ec8e68 (diff) | |
download | ydb-44c3ae14d650a02848f455e77090ccc1fc7a9788.tar.gz |
Disable non-existing include in contrib/libs/lzma
Diffstat (limited to 'contrib/libs/lzma')
-rw-r--r-- | contrib/libs/lzma/common/tuklib_physmem.c | 2 |
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 a442777dcd..61c62eb71d 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> |