aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_lua.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-17 06:34:10 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-17 06:34:10 +0000
commit6a4809a9ca5609c43f02a2c9ea240f2bf763f08e (patch)
tree87bb2b83a79a10c053dd2f1fe82c9506c9f78e33 /pbx/pbx_lua.c
parent1ccd0d8633d2f4d7f8c69838676bbbcfee001a50 (diff)
fix the build of pbx_lua
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89362 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx/pbx_lua.c')
-rw-r--r--pbx/pbx_lua.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pbx/pbx_lua.c b/pbx/pbx_lua.c
index d6f24514c..843310261 100644
--- a/pbx/pbx_lua.c
+++ b/pbx/pbx_lua.c
@@ -34,6 +34,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <errno.h>
+#include "asterisk/options.h"
#include "asterisk/logger.h"
#include "asterisk/channel.h"
#include "asterisk/pbx.h"