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
This commit is contained in:
Luigi Rizzo
2006-04-25 17:08:41 +00:00
parent d85048d692
commit 36807ad092
2 changed files with 2 additions and 2 deletions

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