aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_channelredirect.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-16 20:09:30 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-16 20:09:30 +0000
commit8759f963f1e7ddd25b11915533bbfa180353ee95 (patch)
tree2c5dd8222b77e74d90794e6609ca07eddc5eaa25 /apps/app_channelredirect.c
parent458631f6f495127265fe27c11f3630f0faa062e4 (diff)
make this app actually compile
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27478 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_channelredirect.c')
-rw-r--r--apps/app_channelredirect.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_channelredirect.c b/apps/app_channelredirect.c
index 805640723..a6de0c324 100644
--- a/apps/app_channelredirect.c
+++ b/apps/app_channelredirect.c
@@ -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.";