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];