[asterisk-commits] trunk r27478 - in /trunk: ./
	apps/app_channelredirect.c
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Tue May 16 13:09:31 MST 2006
    
    
  
Author: kpfleming
Date: Tue May 16 15:09:30 2006
New Revision: 27478
URL: http://svn.digium.com/view/asterisk?rev=27478&view=rev
Log:
make this app actually compile
Modified:
    trunk/   (props changed)
    trunk/apps/app_channelredirect.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.
Modified: trunk/apps/app_channelredirect.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_channelredirect.c?rev=27478&r1=27477&r2=27478&view=diff
==============================================================================
--- trunk/apps/app_channelredirect.c (original)
+++ trunk/apps/app_channelredirect.c Tue May 16 15:09:30 2006
@@ -40,6 +40,7 @@
 #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.";
    
    
More information about the asterisk-commits
mailing list