aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_WebKit_Source_platform_wtf_Assertions.cpp
blob: be79699527c6517f912a03e02d453ddd2fb4bd88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/WebKit/Source/platform/wtf/Assertions.cpp.orig	2017-07-25 21:05:15.000000000 +0200
+++ third_party/WebKit/Source/platform/wtf/Assertions.cpp	2017-08-02 15:55:53.426469000 +0200
@@ -60,7 +60,7 @@
 #include <windows.h>
 #endif
 
-#if OS(MACOSX) || (OS(LINUX) && !defined(__UCLIBC__))
+#if OS(MACOSX) || ((OS(LINUX) || OS(BSD)) && !defined(__UCLIBC__))
 #include <cxxabi.h>
 #include <dlfcn.h>
 #include <execinfo.h>