aboutsummaryrefslogtreecommitdiffstats
path: root/jitterbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'jitterbuf.c')
-rwxr-xr-xjitterbuf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/jitterbuf.c b/jitterbuf.c
index a7668e17e..365ec44f0 100755
--- a/jitterbuf.c
+++ b/jitterbuf.c
@@ -13,11 +13,12 @@
* Copyright on this file is disclaimed to Digium for inclusion in Asterisk
*/
-#include "jitterbuf.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include "jitterbuf.h"
+
/* define these here, just for ancient compiler systems */
#define JB_LONGMAX 2147483647L
#define JB_LONGMIN (-JB_LONGMAX - 1L)