From 27960adc8926dbcc0399bf1b2f8408ebeaaa5700 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Tue, 1 Feb 2022 16:58:46 -0500 Subject: Again, with the whole "this stuff compiles" thing --- include/xas/vox.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/xas') diff --git a/include/xas/vox.h b/include/xas/vox.h index 179d5d1..790cbca 100644 --- a/include/xas/vox.h +++ b/include/xas/vox.h @@ -1,6 +1,7 @@ #ifndef _XAS_VOX_H #define _XAS_VOX_H +#include #include #include @@ -21,7 +22,11 @@ typedef struct _xas_vox { int flags; int pid, + stdin, stdout; + + FILE *in; + xas_audio_stream *output; } xas_vox; xas_vox *xas_vox_new(const char *text2wave_path, -- cgit v1.2.3