From 586b15cf35f85f61673dba3cfe6575510ab5a82f Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 19 Mar 2020 22:01:41 -0700 Subject: svox: fix compilation with newer musl Otherwise int8_t is undeclared. Signed-off-by: Rosen Penev --- .../0003-pico2wave-Convert-text-to-.wav-using-svox-text-to-sp.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sound/svox/patches') diff --git a/sound/svox/patches/0003-pico2wave-Convert-text-to-.wav-using-svox-text-to-sp.patch b/sound/svox/patches/0003-pico2wave-Convert-text-to-.wav-using-svox-text-to-sp.patch index c8a2e8399..19b6df1b9 100644 --- a/sound/svox/patches/0003-pico2wave-Convert-text-to-.wav-using-svox-text-to-sp.patch +++ b/sound/svox/patches/0003-pico2wave-Convert-text-to-.wav-using-svox-text-to-sp.patch @@ -41,7 +41,7 @@ new file mode 100644 index 0000000..0c035a7 --- /dev/null +++ b/pico/bin/pico2wave.c -@@ -0,0 +1,341 @@ +@@ -0,0 +1,342 @@ +/* pico2wave.c + + * Copyright (C) 2009 Mathieu Parent @@ -65,6 +65,7 @@ index 0000000..0c035a7 + +#include +#include ++#include +#include +#include + -- cgit v1.2.3