aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_profiler_stack__sampling__profiler__unittest.cc
blob: 5f14491af9cc9d4734b4ee7b6b78f6008e5881b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/profiler/stack_sampling_profiler_unittest.cc.orig	2020-11-13 06:36:34 UTC
+++ base/profiler/stack_sampling_profiler_unittest.cc
@@ -42,7 +42,7 @@
 #include <intrin.h>
 #include <malloc.h>
 #include <windows.h>
-#else
+#elif !defined(OS_BSD)
 #include <alloca.h>
 #endif