forked from Lainports/opnsense-ports
11 lines
336 B
C++
11 lines
336 B
C++
--- chrome/updater/util/posix_util.cc.orig 2024-04-15 20:33:52 UTC
|
|
+++ chrome/updater/util/posix_util.cc
|
|
@@ -20,7 +20,7 @@
|
|
#include "chrome/updater/updater_branding.h"
|
|
#include "chrome/updater/util/util.h"
|
|
|
|
-#if BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
#include "chrome/updater/util/linux_util.h"
|
|
#endif
|
|
|