summaryrefslogtreecommitdiff
path: root/pbx/pbx_lua.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-11-20 23:29:33 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-11-20 23:29:33 +0000
commitcbfc6dcbea2b0466f65854a3eadf5fdf40597849 (patch)
tree2a4df5e71b6829f82d33f73994de1bb1f36cb896 /pbx/pbx_lua.c
parent8f4fb30cfe8d267c6aa9b3f5e5af511a365500c1 (diff)
Make trunk build again
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89468 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 598d38624..46f0790f7 100644
--- a/pbx/pbx_lua.c
+++ b/pbx/pbx_lua.c
@@ -40,6 +40,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/cli.h"
#include "asterisk/utils.h"
#include "asterisk/term.h"
+#include "asterisk/paths.h"
#include <lua.h>
#include <lauxlib.h>