aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
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>