From 36807ad0922234225fd3df66cf762007ad18c1f7 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Tue, 25 Apr 2006 17:08:41 +0000 Subject: wrong path in include file. Maybe it compiled on some platform because of extra -I statements in the Makefiles. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22414 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- pbx/ael/ael.flex | 2 +- pbx/ael/ael_lex.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pbx') diff --git a/pbx/ael/ael.flex b/pbx/ael/ael.flex index bcc2cf90e..2a9a2e36e 100644 --- a/pbx/ael/ael.flex +++ b/pbx/ael/ael.flex @@ -26,7 +26,7 @@ #include "asterisk.h" #include "asterisk/logger.h" -#include "ael.tab.h" +#include "ael/ael.tab.h" #include "asterisk/ael_structs.h" static char pbcstack[400]; diff --git a/pbx/ael/ael_lex.c b/pbx/ael/ael_lex.c index 9e5894de5..3866b49ed 100644 --- a/pbx/ael/ael_lex.c +++ b/pbx/ael/ael_lex.c @@ -661,7 +661,7 @@ static yyconst flex_int16_t yy_chk[553] = #include "asterisk.h" #include "asterisk/logger.h" -#include "ael.tab.h" +#include "ael/ael.tab.h" #include "asterisk/ael_structs.h" static char pbcstack[400]; -- cgit v1.2.3