aboutsummaryrefslogtreecommitdiffstats
path: root/ast_expr2.y
diff options
context:
space:
mode:
Diffstat (limited to 'ast_expr2.y')
-rw-r--r--ast_expr2.y9
1 files changed, 7 insertions, 2 deletions
diff --git a/ast_expr2.y b/ast_expr2.y
index 728800d27..58295c9f6 100644
--- a/ast_expr2.y
+++ b/ast_expr2.y
@@ -26,8 +26,13 @@
#include <errno.h>
#include <regex.h>
#include <limits.h>
-#include <asterisk/ast_expr.h>
-#include <asterisk/logger.h>
+
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
+#include "asterisk/ast_expr.h"
+#include "asterisk/logger.h"
#if defined(LONG_LONG_MIN) && !defined(QUAD_MIN)
#define QUAD_MIN LONG_LONG_MIN