aboutsummaryrefslogtreecommitdiffstats
path: root/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'app.c')
-rwxr-xr-xapp.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/app.c b/app.c
index a21e3b2b1..4b99456fb 100755
--- a/app.c
+++ b/app.c
@@ -23,6 +23,10 @@
#include <sys/stat.h>
#include <regex.h>
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION("$Revision$")
+
#include "asterisk/channel.h"
#include "asterisk/pbx.h"
#include "asterisk/file.h"
@@ -33,7 +37,6 @@
#include "asterisk/utils.h"
#include "asterisk/lock.h"
#include "asterisk/indications.h"
-#include "asterisk.h"
#define MAX_OTHER_FORMATS 10