aboutsummaryrefslogblamecommitdiff
path: root/devel/electron23/files/patch-content_utility_speech_speech__recognition__sandbox__hook__linux.h
blob: 77c79a0e7c8d08139e1c534806ddfb36a32b148f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                                               
--- content/utility/speech/speech_recognition_sandbox_hook_linux.h.orig	2022-02-07 13:39:41 UTC
+++ content/utility/speech/speech_recognition_sandbox_hook_linux.h
@@ -5,7 +5,11 @@
 #ifndef CONTENT_UTILITY_SPEECH_SPEECH_RECOGNITION_SANDBOX_HOOK_LINUX_H_
 #define CONTENT_UTILITY_SPEECH_SPEECH_RECOGNITION_SANDBOX_HOOK_LINUX_H_
 
+#if defined(OS_BSD)
+#include "sandbox/policy/openbsd/sandbox_openbsd.h"
+#else
 #include "sandbox/policy/linux/sandbox_linux.h"
+#endif
 
 namespace speech {