aboutsummaryrefslogtreecommitdiff
path: root/devel/electron34/files/patch-media_gpu_test_video__frame__file__writer.cc
blob: 72b4d5845e5e90150c4e7aea456407cb04fe0718 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- media/gpu/test/video_frame_file_writer.cc.orig	2024-10-16 21:31:33 UTC
+++ media/gpu/test/video_frame_file_writer.cc
@@ -26,7 +26,7 @@
 #include "testing/gtest/include/gtest/gtest.h"
 #include "ui/gfx/codec/png_codec.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)