summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_updater_configurator.cc
blob: b7adbc5066fc8f9ed790b0bea087f615f0b3eae3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/updater/configurator.cc.orig	2022-02-28 16:54:41 UTC
+++ chrome/updater/configurator.cc
@@ -37,7 +37,7 @@
 #include "chrome/updater/win/net/network.h"
 #elif BUILDFLAG(IS_MAC)
 #include "chrome/updater/mac/net/network.h"
-#elif BUILDFLAG(IS_LINUX)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 #include "chrome/updater/linux/net/network.h"
 #endif