aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-06-02 20:26:09 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-06-02 20:26:09 +0300
commit9eeab8bb8f3ad6f66a71c4b4ff3c2990d9d99367 (patch)
tree2da6fd0b4252794d06f538f56267377f93437d7a
parente403aee7f9d78faf4d4ea7c528da9ebd0a8bbd86 (diff)
downloadydb-9eeab8bb8f3ad6f66a71c4b4ff3c2990d9d99367.tar.gz
Remove sysincls for optimized sha headers
-rw-r--r--contrib/libs/lzma/liblzma/check/check.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/lzma/liblzma/check/check.h b/contrib/libs/lzma/liblzma/check/check.h
index 81e14368d5..129113d61b 100644
--- a/contrib/libs/lzma/liblzma/check/check.h
+++ b/contrib/libs/lzma/liblzma/check/check.h
@@ -30,7 +30,7 @@
# include <CommonCrypto/CommonDigest.h>
#elif defined(HAVE_SHA256_H)
# include <sys/types.h>
-# include <sha256.h>
+# error #include <sha256.h>
#elif defined(HAVE_SHA2_H)
# include <sys/types.h>
# error #include <sha2.h>