aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-electron_shell_browser_net_system__network__context__manager.cc
blob: 9a324567ff54b8abc302126193c0bc859df000ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- electron/shell/browser/net/system_network_context_manager.cc.orig	2023-08-14 18:19:06 UTC
+++ electron/shell/browser/net/system_network_context_manager.cc
@@ -42,7 +42,7 @@
 #include "shell/common/options_switches.h"
 #include "url/gurl.h"
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 #include "components/os_crypt/sync/key_storage_config_linux.h"
 #endif