aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-chrome_updater_updater.cc
blob: ef2077e3a396e708e93cb5cda00a82a28a4ea368 (plain) (tree)
1
2
3
4
5
6
7
8
                                                               
                             
                 
                                         
                        
                                                  

                                               


                                                    
--- chrome/updater/updater.cc.orig	2022-03-25 21:59:56 UTC
+++ chrome/updater/updater.cc
@@ -41,7 +41,7 @@
 #include "chrome/updater/win/win_util.h"
 #elif BUILDFLAG(IS_MAC)
 #include "chrome/updater/app/server/mac/server.h"
-#elif BUILDFLAG(IS_LINUX)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 #include "chrome/updater/app/server/linux/server.h"
 #endif