mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
11 lines
322 B
C++
11 lines
322 B
C++
--- chrome/browser/themes/theme_helper.cc.orig 2022-10-24 13:33:33 UTC
|
|
+++ chrome/browser/themes/theme_helper.cc
|
|
@@ -18,7 +18,7 @@
|
|
#include "ui/gfx/image/image.h"
|
|
#include "ui/native_theme/native_theme.h"
|
|
|
|
-#if BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
#include "ui/linux/linux_ui.h"
|
|
#endif
|
|
|