aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron35/files/patch-media_gpu_test_video__frame__helpers.cc
blob: 11e8afda0c399dbab5612afd6ad24a5785e5eddd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- media/gpu/test/video_frame_helpers.cc.orig	2024-10-16 21:31:33 UTC
+++ media/gpu/test/video_frame_helpers.cc
@@ -22,7 +22,7 @@
 #include "ui/gfx/buffer_format_util.h"
 #include "ui/gfx/gpu_memory_buffer.h"
 
-#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 #include <sys/mman.h>
 #endif  // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)