mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-09 09:19:09 +02:00
added back the declaration for softFD
This commit is contained in:
parent
af5717b8cb
commit
3e8e7d12ae
1 changed files with 1 additions and 0 deletions
|
|
@ -167,6 +167,7 @@ void *softsynth_thread(void *arg)
|
|||
char buf[maxBufferSize];
|
||||
char *cp;
|
||||
int terminalFD = PIPE_READ_FD;
|
||||
int softFD;
|
||||
int greatestFD;
|
||||
|
||||
/* open the softsynth. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue