aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-third__party_swiftshader_third__party_marl_src_memory.cpp
blob: c0d94bdde9248853861ba006e5a2529611b9de8a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                               
--- third_party/swiftshader/third_party/marl/src/memory.cpp.orig	2022-02-07 13:39:41 UTC
+++ third_party/swiftshader/third_party/marl/src/memory.cpp
@@ -19,7 +19,7 @@
 
 #include <cstring>
 
-#if defined(__linux__) || defined(__FreeBSD__) || defined(__APPLE__)
+#if defined(__linux__) || defined(__FreeBSD__) || defined(__APPLE__) || defined(__OpenBSD__)
 #include <sys/mman.h>
 #include <unistd.h>
 namespace {