$NetBSD$ * Part of patchset to build electron on NetBSD * Based on OpenBSD's chromium patches, and FreeBSD's electron patches --- media/gpu/vaapi/vaapi_wrapper.cc.orig 2025-02-24 19:59:26.000000000 +0000 +++ media/gpu/vaapi/vaapi_wrapper.cc @@ -78,7 +78,7 @@ 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