aboutsummaryrefslogtreecommitdiffstats
path: root/dnsmgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'dnsmgr.c')
-rwxr-xr-xdnsmgr.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/dnsmgr.c b/dnsmgr.c
index c954b4188..2b05ad5f7 100755
--- a/dnsmgr.c
+++ b/dnsmgr.c
@@ -23,6 +23,10 @@
#include <regex.h>
#include <signal.h>
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION("$Revision$")
+
#include "asterisk/dnsmgr.h"
#include "asterisk/linkedlists.h"
#include "asterisk/utils.h"
@@ -31,7 +35,6 @@
#include "asterisk/sched.h"
#include "asterisk/options.h"
#include "asterisk/cli.h"
-#include "asterisk.h"
static struct sched_context *sched;
static int refresh_sched = -1;