fix asterisk 1.6.x compile on powerpc

git-svn-id: svn://svn.openwrt.org/openwrt/packages@14416 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-02-06 00:12:20 +00:00
parent f4db581ba1
commit 7bd4d93f31

View File

@ -0,0 +1,10 @@
--- a/apps/app_festival.c
+++ b/apps/app_festival.c
@@ -120,6 +120,7 @@
int res;
#ifdef __PPC__
char c;
+ int x;
#endif
res = ast_safe_fork(0);