From cdfb9990ad122b984e00eed53e8f2f7858e3338f Mon Sep 17 00:00:00 2001 From: murf Date: Tue, 17 Jul 2007 19:40:29 +0000 Subject: via 10206, I have added an option (e) to Dial to allow the h exten to get run on peer. Had to upgrade ast_flag stuff to 64 bits to do this. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@75400 f38db490-d61c-443f-a65b-d21fe96a405b --- utils/ael_main.c | 1 + utils/check_expr.c | 1 + 2 files changed, 2 insertions(+) (limited to 'utils') diff --git a/utils/ael_main.c b/utils/ael_main.c index 9cd0bfd08..df8a01c37 100644 --- a/utils/ael_main.c +++ b/utils/ael_main.c @@ -9,6 +9,7 @@ #include #include +#include "asterisk/compat.h" #include "asterisk/ast_expr.h" #include "asterisk/channel.h" #include "asterisk/module.h" diff --git a/utils/check_expr.c b/utils/check_expr.c index 7f0378b16..f64147242 100644 --- a/utils/check_expr.c +++ b/utils/check_expr.c @@ -21,6 +21,7 @@ #include #include #include +#include <../include/asterisk/compat.h> #include <../include/asterisk/ast_expr.h> static int global_lineno = 1; -- cgit v1.2.3