aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-components_webcrypto_algorithms_test__helpers.cc
blob: 6d9b3e6b520e5f6dd0c2909f85d0717d8eec643f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- components/webcrypto/algorithms/test_helpers.cc.orig	2021-01-07 00:36:32 UTC
+++ 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 {