From 50a91c69c31b34cab8b6c9a1f7753541b0db600c Mon Sep 17 00:00:00 2001
From: "Kevin P. Fleming" <kpfleming@digium.com>
Date: Tue, 16 May 2006 20:09:30 +0000
Subject: [PATCH] make this app actually compile

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@27478 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 apps/app_channelredirect.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/app_channelredirect.c b/apps/app_channelredirect.c
index 8056407231..a6de0c324a 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.";
-- 
GitLab