From 574e14cbea69b596a9a540b6401f2a087ec1e9ac Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" 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: https://origsvn.digium.com/svn/asterisk/trunk@22267 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- ast_expr2.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ast_expr2.c') diff --git a/ast_expr2.c b/ast_expr2.c index d1e9bf379..6b2bd603b 100644 --- a/ast_expr2.c +++ b/ast_expr2.c @@ -143,8 +143,13 @@ #include #include #include -#include -#include + +#include "asterisk.h" + +ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + +#include "asterisk/ast_expr.h" +#include "asterisk/logger.h" #if defined(LONG_LONG_MIN) && !defined(QUAD_MIN) #define QUAD_MIN LONG_LONG_MIN -- cgit v1.2.3