Add missing variable declaration in the PPC code

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@159096 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Terry Wilson
2008-11-25 16:23:38 +00:00
parent 929c14e432
commit e8f9274ca7

View File

@@ -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;