From 49d1248c55ab2d4559a6e327226f0b394230c7c0 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Sat, 17 Nov 2007 06:34:10 +0000 Subject: [PATCH] fix the build of pbx_lua git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89362 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- pbx/pbx_lua.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pbx/pbx_lua.c b/pbx/pbx_lua.c index d6f24514c7..8433102610 100644 --- a/pbx/pbx_lua.c +++ b/pbx/pbx_lua.c @@ -34,6 +34,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include +#include "asterisk/options.h" #include "asterisk/logger.h" #include "asterisk/channel.h" #include "asterisk/pbx.h"