From: Kevin P. Fleming Date: Tue, 16 May 2006 20:09:30 +0000 (+0000) Subject: make this app actually compile X-Git-Tag: 1.4.0-beta1~1366 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50a91c69c31b34cab8b6c9a1f7753541b0db600c;p=thirdparty%2Fasterisk.git make this app actually compile git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@27478 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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.";