From e4c9aec9934c8ec7d9f4833b9ce1a9e8925b7481 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Fri, 10 Oct 2008 11:54:10 -0500 Subject: [PATCH] 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 ba6a7c4..cf138e2 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.5.6.5