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.";