aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rwxr-xr-xfile.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/file.c b/file.c
index 52e81716d..4eaff4626 100755
--- a/file.c
+++ b/file.c
@@ -22,6 +22,10 @@
#include <sys/types.h>
#include <sys/stat.h>
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION("$Revision$")
+
#include "asterisk/frame.h"
#include "asterisk/file.h"
#include "asterisk/cli.h"
@@ -33,7 +37,6 @@
#include "asterisk/utils.h"
#include "asterisk/lock.h"
#include "asterisk/app.h"
-#include "asterisk.h"
struct ast_format {
/* Name of format */