aboutsummaryrefslogtreecommitdiffstats
path: root/frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'frame.c')
-rwxr-xr-xframe.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/frame.c b/frame.c
index 23a6e5950..502b3f1f5 100755
--- a/frame.c
+++ b/frame.c
@@ -17,6 +17,10 @@
#include <errno.h>
#include <stdio.h>
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION("$Revision$")
+
#include "asterisk/lock.h"
#include "asterisk/frame.h"
#include "asterisk/logger.h"
@@ -25,7 +29,6 @@
#include "asterisk/cli.h"
#include "asterisk/term.h"
#include "asterisk/utils.h"
-#include "asterisk.h"
#ifdef TRACE_FRAMES
static int headers = 0;