From fed4db18b6738e1847b3caeced87a0fa623a7d56 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Fri, 10 Oct 2008 11:54:10 -0500 Subject: [PATCH 06/15] Revert changes to pbx_lua from rev 126363 that cause some problems. --- pbx/pbx_lua.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pbx/pbx_lua.c b/pbx/pbx_lua.c index 7bc1a8a..2e2e5e8 100644 --- a/pbx/pbx_lua.c +++ b/pbx/pbx_lua.c @@ -42,9 +42,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/paths.h" #include "asterisk/hashtab.h" -#include -#include -#include +#include +#include +#include static char *config = "extensions.lua"; static char *registrar = "pbx_lua"; -- 1.6.1