Add missing variable declaration for PPC code

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@159093 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Terry Wilson
2008-11-25 16:18:53 +00:00
parent 807566899a
commit 4ea49e697e

View File

@@ -129,6 +129,7 @@ static int send_waveform_to_fd(char *waveform, int length, int fd)
int res;
#ifdef __PPC__
char c;
int x;
#endif
res = ast_safe_fork(0);