blob: cee67e9b038d9d22262037c8a777753eb91dab34 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- base/debug/stack_trace.cc.orig 2019-04-08 08:32:37 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"
|