forked from Lainports/freebsd-ports
Submitted by: Matthias Wolf, cem, rene Obtained from: Some patches from OpenBSD port (robert@openbsd.org)
11 lines
426 B
C++
11 lines
426 B
C++
--- base/debug/stack_trace.cc.orig 2020-11-13 06:36:34 UTC
|
|
+++ base/debug/stack_trace.cc
|
|
@@ -15,7 +15,7 @@
|
|
|
|
#if BUILDFLAG(CAN_UNWIND_WITH_FRAME_POINTERS)
|
|
|
|
-#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_ANDROID)
|
|
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_ANDROID) || defined(OS_BSD)
|
|
#include <pthread.h>
|
|
#include "base/process/process_handle.h"
|
|
#include "base/threading/platform_thread.h"
|