summaryrefslogtreecommitdiff
path: root/jitterbuf.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-04-22 13:11:34 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-04-22 13:11:34 +0000
commit199add9567cb7ca9abf055e2e4c5761f3bdf95bd (patch)
tree3bd282f1746371aca6b96c133d25f5e6f5e9df36 /jitterbuf.c
parente1dec7cda6a9c5c3798caa7741bd1829fac6faf8 (diff)
phase 1 of header include cleanup (bug #4067)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5498 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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)