summaryrefslogtreecommitdiff
path: root/user/speech-dispatcher/sys-types.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/speech-dispatcher/sys-types.patch')
-rw-r--r--user/speech-dispatcher/sys-types.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/user/speech-dispatcher/sys-types.patch b/user/speech-dispatcher/sys-types.patch
new file mode 100644
index 000000000..ad91455ff
--- /dev/null
+++ b/user/speech-dispatcher/sys-types.patch
@@ -0,0 +1,11 @@
+diff -ur a/src/modules/module_main.h b/src/modules/module_main.h
+--- a/src/modules/module_main.h 2022-02-02 04:43:16.910000000 +0000
++++ b/src/modules/module_main.h 2022-02-02 04:43:56.830000000 +0000
+@@ -31,6 +31,7 @@
+
+ #include <speechd_types.h>
+ #include <spd_audio.h>
++#include <sys/types.h>
+
+ #ifdef __cplusplus
+ extern "C" {