aboutsummaryrefslogtreecommitdiff
path: root/www/qt6-webengine/files/patch-src_3rdparty_chromium_content_common_zygote_sandbox__support__linux.cc
blob: 068d9a30097e681af7fa87d2d57105266034d224 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/3rdparty/chromium/content/common/zygote/sandbox_support_linux.cc.orig	2023-12-12 22:08:45 UTC
+++ src/3rdparty/chromium/content/common/zygote/sandbox_support_linux.cc
@@ -8,7 +8,11 @@
 #include "base/posix/global_descriptors.h"
 #include "base/posix/unix_domain_socket.h"
 #include "content/public/common/content_descriptors.h"
+#if BUILDFLAG(IS_BSD)
+#include "sandbox/policy/sandbox.h"
+#else
 #include "sandbox/policy/linux/sandbox_linux.h"
+#endif
 
 namespace content {