From 3e8e7d12ae89b4b2c00596cf88fcb35fd4b5b20e Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 24 Jun 2009 22:44:18 -0500 Subject: [PATCH] added back the declaration for softFD --- softsynth.c | 1 + 1 file changed, 1 insertion(+) diff --git a/softsynth.c b/softsynth.c index b455073..8c76f56 100644 --- a/softsynth.c +++ b/softsynth.c @@ -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. */