blob: b1b372a2d8c78927213707ee317b450fa9030132 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- storage/innobase/include/ut0crc32.h.orig 2024-04-10 06:26:28 UTC
+++ storage/innobase/include/ut0crc32.h
@@ -133,7 +133,9 @@ CRC32_DEFAULT
#endif /* CRC32_ARM64 */
#ifdef CRC32_ARM64_DEFAULT
+#ifndef __FreeBSD__
#include <asm/hwcap.h>
+#endif /* __FreeBSD__ */
#include <sys/auxv.h>
#endif /* CRC32_ARM64_DEFAULT */
|