aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-services_network_network__sandbox__hook__linux.h
blob: 29f99471cfc7c47bb20f35e4eef0c4d3ebb4f3b9 (plain) (tree)
1
2
3
4
5
6
7
8
                                                                               
                                                 


                                                       
                                   

                                                 





                                                
--- services/network/network_sandbox_hook_linux.h.orig	2023-04-28 17:01:32 UTC
+++ 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 {