--- third_party/libunwind/src/src/Registers.hpp.orig 2026-01-27 00:55:35 UTC +++ third_party/libunwind/src/src/Registers.hpp @@ -20,7 +20,7 @@ #include "libunwind_ext.h" #include "shadow_stack_unwind.h" -#if __has_include() +#if __has_include() && !defined(__OpenBSD__) && !defined(__FreeBSD__) #include #define HAVE_SYS_AUXV_H #endif