From 8cd1b4daba4c5cc6a50353148c46888c4d79cf97 Mon Sep 17 00:00:00 2001 From: file Date: Mon, 8 Oct 2007 16:12:21 +0000 Subject: Fix up tree so that it compiles when MTX Profiling is enabled. (closes issue #10898) Reported by: snuffy Patches: 10898-mtx_prof.diff uploaded by qwell (license 4) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@85025 f38db490-d61c-443f-a65b-d21fe96a405b --- main/ast_expr2.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main/ast_expr2.c') diff --git a/main/ast_expr2.c b/main/ast_expr2.c index eafb914da..72b88c2e0 100644 --- a/main/ast_expr2.c +++ b/main/ast_expr2.c @@ -145,6 +145,8 @@ #include #include "asterisk.h" +ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + #define FP___PRINTF "%.18Lg" #define FP___TYPE long double -- cgit v1.2.3