aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron35/files/patch-media_gpu_vaapi_vaapi__wrapper.cc
blob: c8c438e7c803e3c0e858b866eaec61715701d35e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- media/gpu/vaapi/vaapi_wrapper.cc.orig	2025-01-27 17:37:37 UTC
+++ media/gpu/vaapi/vaapi_wrapper.cc
@@ -78,7 +78,7 @@ using media_gpu_vaapi::kModuleVa_prot;
 using media_gpu_vaapi::kModuleVa_prot;
 #endif
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 #include "base/files/file_util.h"
 #include "base/strings/string_split.h"
 #endif