aboutsummaryrefslogtreecommitdiff
path: root/www/qt5-webengine/files/patch-src_3rdparty_chromium_components_webcrypto_algorithms_test__helpers.cc
blob: 36ef2e0645ef762e38dd7ec3a3fe0faeeacb3565 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/3rdparty/chromium/components/webcrypto/algorithms/test_helpers.cc.orig	2018-11-13 18:25:11 UTC
+++ src/3rdparty/chromium/components/webcrypto/algorithms/test_helpers.cc
@@ -25,7 +25,11 @@
 #include "components/webcrypto/status.h"
 #include "third_party/blink/public/platform/web_crypto_algorithm_params.h"
 #include "third_party/blink/public/platform/web_crypto_key_algorithm.h"
+#if defined(OS_BSD)
+#include <re2/re2.h>
+#else
 #include "third_party/re2/src/re2/re2.h"
+#endif
 
 namespace webcrypto {