aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-components_os__crypt_os__crypt__unittest.cc
blob: 398385b87baca4449ec5de2dd02709f4f1081359 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/os_crypt/os_crypt_unittest.cc.orig	2017-12-15 02:04:15.000000000 +0100
+++ components/os_crypt/os_crypt_unittest.cc	2017-12-24 11:56:52.206820000 +0100
@@ -18,7 +18,7 @@
 #include "components/os_crypt/os_crypt_mocker.h"
 #include "testing/gtest/include/gtest/gtest.h"
 
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_CHROMEOS)
 #include "components/os_crypt/os_crypt_mocker_linux.h"
 #endif