added back the declaration for softFD

This commit is contained in:
William Hubbs 2009-06-24 22:44:18 -05:00
commit 3e8e7d12ae

View file

@ -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. */