aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_festival.c
diff options
context:
space:
mode:
authortwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-25 16:23:38 +0000
committertwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-25 16:23:38 +0000
commitfc98939e4f2e7aec7f136a1dc2bdfc780143bf1a (patch)
treef11a3e76f1f79a8b5eaa12039b29c03c3011c603 /apps/app_festival.c
parentd96e5fd0c14c16317b52c246126240dd38f70760 (diff)
Add missing variable declaration in the PPC code
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@159096 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_festival.c')
-rw-r--r--apps/app_festival.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_festival.c b/apps/app_festival.c
index ab05824f5..8251e8cff 100644
--- a/apps/app_festival.c
+++ b/apps/app_festival.c
@@ -130,6 +130,7 @@ static int send_waveform_to_fd(char *waveform, int length, int fd) {
int x;
#ifdef __PPC__
char c;
+ int x;
#endif
sigset_t fullset, oldset;