Skip to content
Snippets Groups Projects
Commit 4ea49e69 authored by Terry Wilson's avatar Terry Wilson
Browse files

Add missing variable declaration for PPC code

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@159093 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 80756689
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment