mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 17:27:02 +00:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user