dect
/
asterisk
Archived
13
0
Fork 0

make this app actually compile

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27478 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2006-05-16 20:09:30 +00:00
parent 458631f6f4
commit 8759f963f1
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/lock.h"
#include "asterisk/app.h"
#include "asterisk/features.h"
#include "asterisk/options.h"
static char *app = "ChannelRedirect";
static char *synopsis = "Redirects given channel to a dialplan target.";