aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/ael/ael.y
diff options
context:
space:
mode:
Diffstat (limited to 'pbx/ael/ael.y')
-rw-r--r--pbx/ael/ael.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/pbx/ael/ael.y b/pbx/ael/ael.y
index 9c6effe0e..9c332dc03 100644
--- a/pbx/ael/ael.y
+++ b/pbx/ael/ael.y
@@ -577,6 +577,7 @@ macro_statements: /* empty */ { $$ = NULL; }
;
macro_statement : statement {$$=$1;}
+ | includes { $$=$1;}
| KW_CATCH word LC statements RC {
$$ = npval2(PV_CATCH, &@1, &@5);
$$->u1.str = $2;