summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2006-04-25 17:08:41 +0000
committerLuigi Rizzo <rizzo@icir.org>2006-04-25 17:08:41 +0000
commit36807ad0922234225fd3df66cf762007ad18c1f7 (patch)
tree084867cf587b2488f5b90caa9fab4fd487078812
parentd85048d6926fc165c42544204496d6f6d04bb534 (diff)
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
-rw-r--r--pbx/ael/ael.flex2
-rw-r--r--pbx/ael/ael_lex.c2
2 files changed, 2 insertions, 2 deletions
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];