blob: caeba053c919b49d36673133b9902a3725f1d7be (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- electron/shell/browser/browser_linux.cc.orig 2024-10-22 02:29:46 UTC
+++ electron/shell/browser/browser_linux.cc
@@ -7,7 +7,7 @@
#include <fcntl.h>
#include <stdlib.h>
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
#include <gtk/gtk.h>
#endif
@@ -23,7 +23,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"
#endif
|