aboutsummaryrefslogtreecommitdiff
path: root/www/qt6-webengine/files/patch-src_3rdparty_chromium_services_network_network__sandbox__hook__linux.h
blob: b7f9e169b92bed7cad6ea077133a2982fee455ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/3rdparty/chromium/services/network/network_sandbox_hook_linux.h.orig	2023-04-28 17:01:32 UTC
+++ src/3rdparty/chromium/services/network/network_sandbox_hook_linux.h
@@ -6,7 +6,11 @@
 #define SERVICES_NETWORK_NETWORK_SANDBOX_HOOK_LINUX_H_
 
 #include "base/component_export.h"
+#if defined(__OpenBSD__) || defined(__FreeBSD__)
+#include "sandbox/policy/sandbox.h"
+#else
 #include "sandbox/policy/linux/sandbox_linux.h"
+#endif
 
 namespace network {