blob: 983603405d2023d47ede01a42e07864bb515d288 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- media/gpu/test/video_frame_validator.cc.orig 2025-04-22 20:15:27 UTC
+++ media/gpu/test/video_frame_validator.cc
@@ -34,7 +34,7 @@
#include "testing/gtest/include/gtest/gtest.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)
|