forked from Lainports/opnsense-ports
11 lines
427 B
C++
11 lines
427 B
C++
--- electron/shell/browser/browser_linux.cc.orig 2024-09-04 18:50:02 UTC
|
|
+++ electron/shell/browser/browser_linux.cc
|
|
@@ -19,7 +19,7 @@
|
|
#include "shell/common/gin_converters/login_item_settings_converter.h"
|
|
#include "shell/common/thread_restrictions.h"
|
|
|
|
-#if BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
#include "shell/browser/linux/unity_service.h"
|
|
#include "ui/gtk/gtk_util.h" // nogncheck
|
|
#endif
|