summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_profiler_stack__sampling__profiler__unittest.cc
blob: 686f7e90afb35598fc6a38fcda9add82c6457eeb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- base/profiler/stack_sampling_profiler_unittest.cc.orig	2019-07-24 18:58:02 UTC
+++ base/profiler/stack_sampling_profiler_unittest.cc
@@ -41,7 +41,7 @@
 #include <intrin.h>
 #include <malloc.h>
 #include <windows.h>
-#else
+#elif !defined(OS_BSD)
 #include <alloca.h>
 #endif