mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 00:00:44 +00:00
Fix use of out of scope declaration
This commit is contained in:
parent
7cde2adcb7
commit
2fdaa1c0e8
@ -3001,6 +3001,7 @@ struct lemon *lemp;
|
|||||||
FILE *in;
|
FILE *in;
|
||||||
char *tpltname;
|
char *tpltname;
|
||||||
char *cp;
|
char *cp;
|
||||||
|
extern int access();
|
||||||
|
|
||||||
cp = strrchr(lemp->filename,'.');
|
cp = strrchr(lemp->filename,'.');
|
||||||
if( cp ){
|
if( cp ){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user