summaryrefslogtreecommitdiff
path: root/rtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtp.c')
-rw-r--r--rtp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/rtp.c b/rtp.c
index 1e806f74d..ec86d767d 100644
--- a/rtp.c
+++ b/rtp.c
@@ -26,6 +26,10 @@
* \note RTP is defined in RFC 3550.
*/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -39,10 +43,6 @@
#include <arpa/inet.h>
#include <fcntl.h>
-#include "asterisk.h"
-
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
#include "asterisk/rtp.h"
#include "asterisk/frame.h"
#include "asterisk/logger.h"