aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-26 15:16:29 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-26 15:16:29 +0000
commit808c79837558fa094c4b0b94349a7ce14ac2497d (patch)
tree4640d44c0ed292a94bbc85df3e4afae714a03f8c /pbx
parent34ae930f9863f8f851530a6c46ddbb9b30594344 (diff)
Have ast_copy_string magically appear in the aelparse binary! DONT_OPTIMIZE should now work once again.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@59200 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-rw-r--r--pbx/ael/ael_lex.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/pbx/ael/ael_lex.c b/pbx/ael/ael_lex.c
index 32296d41d..3a9ffc960 100644
--- a/pbx/ael/ael_lex.c
+++ b/pbx/ael/ael_lex.c
@@ -17,6 +17,10 @@
/* First, we deal with platform-specific or compiler-specific issues. */
#include "asterisk.h"
+#ifdef STANDALONE_AEL
+#define AST_API_MODULE
+#include "asterisk/strings.h"
+#endif
/* begin standard C headers. */
#include <stdio.h>
#include <string.h>