--- src/runtime/stack_overflow.cpp.orig 2025-05-06 09:12:17 UTC +++ src/runtime/stack_overflow.cpp @@ -21,6 +21,9 @@ Port of the corresponding Rust code (see links below). #include #include "runtime/stack_overflow.h" +#include +#define pthread_getattr_np pthread_attr_get_np + namespace lean { // stack guard of the main thread static stack_guard * g_stack_guard;