--- base/debug/stack_trace.cc.orig 2019-03-17 21:37:51 UTC +++ base/debug/stack_trace.cc @@ -14,7 +14,7 @@ #if BUILDFLAG(CAN_UNWIND_WITH_FRAME_POINTERS) -#if defined(OS_LINUX) || defined(OS_ANDROID) +#if defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_BSD) #include <pthread.h> #include "base/process/process_handle.h" #include "base/threading/platform_thread.h"