aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-services_audio_audio__sandbox__hook__linux.h
blob: 02d4b785c7919248ec924413021465c4d31360be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- services/audio/audio_sandbox_hook_linux.h.orig	2023-10-19 19:58:30 UTC
+++ services/audio/audio_sandbox_hook_linux.h
@@ -5,7 +5,13 @@
 #ifndef SERVICES_AUDIO_AUDIO_SANDBOX_HOOK_LINUX_H_
 #define SERVICES_AUDIO_AUDIO_SANDBOX_HOOK_LINUX_H_
 
+#include "build/build_config.h"
+
+#if BUILDFLAG(IS_BSD)
+#include "sandbox/policy/sandbox.h"
+#else
 #include "sandbox/policy/linux/sandbox_linux.h"
+#endif
 
 namespace audio {