From: Travis Cross Date: Thu, 6 Mar 2014 08:44:36 +0000 (+0000) Subject: Fix use of out of scope declaration X-Git-Tag: v1.2.23~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aa0ec5f814fc48932348a40d202fa53cb7fc962;p=thirdparty%2Ffreeswitch.git Fix use of out of scope declaration --- diff --git a/libs/sqlite/tool/lemon.c b/libs/sqlite/tool/lemon.c index 19c2e42a60..b724ca0f93 100644 --- a/libs/sqlite/tool/lemon.c +++ b/libs/sqlite/tool/lemon.c @@ -3001,6 +3001,7 @@ struct lemon *lemp; FILE *in; char *tpltname; char *cp; + extern int access(); cp = strrchr(lemp->filename,'.'); if( cp ){