blob: 1b12ee734f5001a6ca573c498b46291e16531d65 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/updater/updater.cc.orig 2023-02-08 09:03:45 UTC
+++ chrome/updater/updater.cc
@@ -49,7 +49,7 @@
#include "chrome/updater/util/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
|