From 29f496ef12247a2401d02428fa533020b588f5b6 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Mon, 24 Apr 2006 17:11:45 +0000 Subject: Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22267 f38db490-d61c-443f-a65b-d21fe96a405b --- ast_expr2f.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'ast_expr2f.c') diff --git a/ast_expr2f.c b/ast_expr2f.c index 13927ef8e..ed8745596 100644 --- a/ast_expr2f.c +++ b/ast_expr2f.c @@ -1267,9 +1267,14 @@ static yyconst yy_state_type yy_NUL_trans[50] = #include #include #include -#include -#include -#include + +#include "asterisk.h" + +ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + +#include "asterisk/ast_expr.h" +#include "asterisk/logger.h" +#include "asterisk/strings.h" enum valtype { AST_EXPR_integer, AST_EXPR_numeric_string, AST_EXPR_string -- cgit v1.2.3