]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
wrong path in include file.
authorLuigi Rizzo <rizzo@icir.org>
Tue, 25 Apr 2006 17:08:41 +0000 (17:08 +0000)
committerLuigi Rizzo <rizzo@icir.org>
Tue, 25 Apr 2006 17:08:41 +0000 (17:08 +0000)
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
pbx/ael/ael_lex.c

index bcc2cf90e3d1e4f576c9b2c8cb9b1073f9fe7d2d..2a9a2e36e0d82579d3926c1a994a5e9ce4aea420 100644 (file)
@@ -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];
index 9e5894de55a2aa6dd01640bc08443ea99b51b330..3866b49ed09d9d98c09fa2ac04170260b7193182 100644 (file)
@@ -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];