aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
Diffstat (limited to 'pbx.c')
-rwxr-xr-xpbx.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index 1307f6768..717ba9d68 100755
--- a/pbx.c
+++ b/pbx.c
@@ -22,6 +22,10 @@
#include <time.h>
#include <sys/time.h>
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION("$Revision$")
+
#include "asterisk/lock.h"
#include "asterisk/cli.h"
#include "asterisk/pbx.h"
@@ -41,7 +45,6 @@
#include "asterisk/causes.h"
#include "asterisk/musiconhold.h"
#include "asterisk/app.h"
-#include "asterisk.h"
/*
* I M P O R T A N T :