summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-05-16 20:09:30 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-05-16 20:09:30 +0000
commit50a91c69c31b34cab8b6c9a1f7753541b0db600c (patch)
tree2c5dd8222b77e74d90794e6609ca07eddc5eaa25 /apps
parente140c0ba9f34a09c9cafea8bae2195408e3048d3 (diff)
make this app actually compile
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@27478 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-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.";