From d87a3b0d918ac6925cc5f0b32261b5cf35c802e0 Mon Sep 17 00:00:00 2001 From: rizzo Date: Thu, 27 Apr 2006 00:05:05 +0000 Subject: uncomment some functions in the flex code that were actually used in the bison code - detected by making aelparse compile again. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22702 f38db490-d61c-443f-a65b-d21fe96a405b --- utils/ael_main.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'utils/ael_main.c') diff --git a/utils/ael_main.c b/utils/ael_main.c index ee6e815bd..018077b65 100644 --- a/utils/ael_main.c +++ b/utils/ael_main.c @@ -6,17 +6,15 @@ #include #if !defined(SOLARIS) && !defined(__CYGWIN__) #include -#else -#define quad_t int64_t #endif #include #include #include -#include -#include -#include -#include -#include +#include "asterisk/ast_expr.h" +#include "asterisk/logger.h" +#include "asterisk/module.h" +#include "asterisk/channel.h" +#include "asterisk/app.h" #include "asterisk/ael_structs.h" #define AST_CONFIG_MAX_PATH 255 -- cgit v1.2.3