aboutsummaryrefslogtreecommitdiff
path: root/devel/electron23/files/patch-base_profiler_stack__sampling__profiler__unittest.cc
blob: d739c9137c77592fc2ca5da3140f61f0a923c0f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/profiler/stack_sampling_profiler_unittest.cc.orig	2022-02-28 16:54:41 UTC
+++ base/profiler/stack_sampling_profiler_unittest.cc
@@ -41,7 +41,7 @@
 #include <intrin.h>
 #include <malloc.h>
 #include <windows.h>
-#else
+#elif !BUILDFLAG(IS_BSD)
 #include <alloca.h>
 #endif