aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_swiftshader_third__party_marl_src_memory.cpp
blob: e94f09b051320b487c743b4d2eac45a81be97d32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/swiftshader/third_party/marl/src/memory.cpp.orig	2023-08-17 07:33:31 UTC
+++ third_party/swiftshader/third_party/marl/src/memory.cpp
@@ -19,7 +19,7 @@
 
 #include <cstring>
 
-#if defined(__linux__) || defined(__FreeBSD__) || defined(__APPLE__) || defined(__EMSCRIPTEN__)
+#if defined(__linux__) || defined(__FreeBSD__) || defined(__APPLE__) || defined(__EMSCRIPTEN__) || defined(__OpenBSD__)
 #include <sys/mman.h>
 #include <unistd.h>
 namespace {