aboutsummaryrefslogtreecommitdiffstats
path: root/netsock.c
diff options
context:
space:
mode:
Diffstat (limited to 'netsock.c')
-rw-r--r--netsock.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/netsock.c b/netsock.c
index 64c6bb07b..fd4ac308c 100644
--- a/netsock.c
+++ b/netsock.c
@@ -25,6 +25,10 @@
* \author Mark Spencer <markster@digium.com>
*/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -50,10 +54,6 @@
#include <sys/sockio.h>
#endif
-#include "asterisk.h"
-
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
#include "asterisk/netsock.h"
#include "asterisk/logger.h"
#include "asterisk/channel.h"