aboutsummaryrefslogtreecommitdiffstats
path: root/srv.c
diff options
context:
space:
mode:
Diffstat (limited to 'srv.c')
-rw-r--r--srv.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/srv.c b/srv.c
index f647e3c95..85a328de0 100644
--- a/srv.c
+++ b/srv.c
@@ -29,6 +29,10 @@
* \note Funding provided by nic.at
*/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/nameser.h>
@@ -40,10 +44,6 @@
#include <string.h>
#include <unistd.h>
-#include "asterisk.h"
-
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
#include "asterisk/channel.h"
#include "asterisk/logger.h"
#include "asterisk/srv.h"