From: Luigi Rizzo Date: Tue, 25 Apr 2006 17:08:41 +0000 (+0000) Subject: wrong path in include file. X-Git-Tag: 1.4.0-beta1~1804 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36807ad0922234225fd3df66cf762007ad18c1f7;p=thirdparty%2Fasterisk.git 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 --- diff --git a/pbx/ael/ael.flex b/pbx/ael/ael.flex index bcc2cf90e3..2a9a2e36e0 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 9e5894de55..3866b49ed0 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];