From 753634f9ca94c0119a6154475b373e62466b57e8 Mon Sep 17 00:00:00 2001 From: murf Date: Mon, 26 Nov 2007 17:46:41 +0000 Subject: closes issue #11341; made changes to make utils again right with the MTX_PROFILE world. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89595 f38db490-d61c-443f-a65b-d21fe96a405b --- utils/conf2ael.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'utils/conf2ael.c') diff --git a/utils/conf2ael.c b/utils/conf2ael.c index 7359baef3..4983b5bf2 100644 --- a/utils/conf2ael.c +++ b/utils/conf2ael.c @@ -26,7 +26,8 @@ res_ael_share ***/ -#include "asterisk/autoconfig.h" +#include "asterisk.h" +ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include #include @@ -87,6 +88,7 @@ void ast_register_file_version(const char *file, const char *version) void ast_unregister_file_version(const char *file) { } +int ast_add_profile(const char *x, uint64_t scale) { return 0;} /* Our own version of ast_log, since the expr parser uses it. -- stolen from utils/check_expr.c */ void ast_log(int level, const char *file, int line, const char *function, const char *fmt, ...) __attribute__ ((format (printf,5,6))); -- cgit v1.2.3