diff --git a/apps/app_channelredirect.c b/apps/app_channelredirect.c
index 805640723141296873a62245801b3fa2b56f384c..a6de0c324a67d9da7349f976295aea3880ab6612 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.";