forked from Lainports/opnsense-ports
11 lines
363 B
C++
11 lines
363 B
C++
--- chrome/updater/updater.cc.orig 2022-08-31 12:19:35 UTC
|
|
+++ chrome/updater/updater.cc
|
|
@@ -44,7 +44,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
|
|
|