mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
11 lines
372 B
C++
11 lines
372 B
C++
--- electron/shell/browser/browser_linux.cc.orig 2021-04-22 08:22:30 UTC
|
|
+++ electron/shell/browser/browser_linux.cc
|
|
@@ -15,7 +15,7 @@
|
|
#include "shell/browser/window_list.h"
|
|
#include "shell/common/application_info.h"
|
|
|
|
-#if defined(OS_LINUX)
|
|
+#if defined(OS_LINUX) || defined(OS_BSD)
|
|
#include "shell/browser/linux/unity_service.h"
|
|
#include "ui/gtk/gtk_util.h"
|
|
#endif
|