aboutsummaryrefslogtreecommitdiffstats
path: root/formats
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-07 17:06:33 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-07 17:06:33 +0000
commit4ea1c9335e488e710bde75efb6f5d5991c837dd1 (patch)
tree3498aa03c6a3b45910f8fa388fd487e14de9fd1d /formats
parent09f0067d06d3e7fd26e01d048ab59ce5f52c0c6e (diff)
header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (bug #4484)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5876 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'formats')
-rwxr-xr-xformats/format_g723.c3
-rwxr-xr-xformats/format_g726.c2
-rwxr-xr-xformats/format_g729.c2
-rwxr-xr-xformats/format_gsm.c2
-rwxr-xr-xformats/format_h263.c2
-rwxr-xr-xformats/format_ilbc.c2
-rwxr-xr-xformats/format_pcm.c2
-rwxr-xr-xformats/format_pcm_alaw.c2
-rwxr-xr-xformats/format_sln.c2
-rwxr-xr-xformats/format_vox.c2
-rwxr-xr-xformats/format_wav.c2
-rwxr-xr-xformats/format_wav_gsm.c2
12 files changed, 13 insertions, 12 deletions
diff --git a/formats/format_g723.c b/formats/format_g723.c
index 9a8430184..d0e1b2325 100755
--- a/formats/format_g723.c
+++ b/formats/format_g723.c
@@ -11,10 +11,11 @@
* the GNU General Public License
*/
+#include <unistd.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdlib.h>
#include <stdio.h>
-#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <sys/time.h>
diff --git a/formats/format_g726.c b/formats/format_g726.c
index 8e3c8b3c3..4813a72c0 100755
--- a/formats/format_g726.c
+++ b/formats/format_g726.c
@@ -9,12 +9,12 @@
* the GNU General Public License
*/
+#include <unistd.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdlib.h>
#include <sys/time.h>
#include <stdio.h>
-#include <unistd.h>
#include <errno.h>
#include <string.h>
diff --git a/formats/format_g729.c b/formats/format_g729.c
index bb25f190f..19e6809be 100755
--- a/formats/format_g729.c
+++ b/formats/format_g729.c
@@ -11,12 +11,12 @@
* the GNU General Public License
*/
+#include <unistd.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdlib.h>
#include <sys/time.h>
#include <stdio.h>
-#include <unistd.h>
#include <errno.h>
#include <string.h>
diff --git a/formats/format_gsm.c b/formats/format_gsm.c
index 381733ada..01fb2a1f9 100755
--- a/formats/format_gsm.c
+++ b/formats/format_gsm.c
@@ -11,12 +11,12 @@
* the GNU General Public License
*/
+#include <unistd.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdlib.h>
#include <sys/time.h>
#include <stdio.h>
-#include <unistd.h>
#include <errno.h>
#include <string.h>
diff --git a/formats/format_h263.c b/formats/format_h263.c
index 518ccf6ab..990acbecc 100755
--- a/formats/format_h263.c
+++ b/formats/format_h263.c
@@ -11,12 +11,12 @@
* the GNU General Public License
*/
+#include <unistd.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdlib.h>
#include <sys/time.h>
#include <stdio.h>
-#include <unistd.h>
#include <errno.h>
#include <string.h>
diff --git a/formats/format_ilbc.c b/formats/format_ilbc.c
index 47a437c97..a690f2690 100755
--- a/formats/format_ilbc.c
+++ b/formats/format_ilbc.c
@@ -13,12 +13,12 @@
* the GNU General Public License
*/
+#include <unistd.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdlib.h>
#include <sys/time.h>
#include <stdio.h>
-#include <unistd.h>
#include <errno.h>
#include <string.h>
diff --git a/formats/format_pcm.c b/formats/format_pcm.c
index d3b8a04fb..5c28fe3d1 100755
--- a/formats/format_pcm.c
+++ b/formats/format_pcm.c
@@ -11,12 +11,12 @@
* the GNU General Public License
*/
+#include <unistd.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdlib.h>
#include <sys/time.h>
#include <stdio.h>
-#include <unistd.h>
#include <errno.h>
#include <string.h>
diff --git a/formats/format_pcm_alaw.c b/formats/format_pcm_alaw.c
index f53deb487..b5de9f980 100755
--- a/formats/format_pcm_alaw.c
+++ b/formats/format_pcm_alaw.c
@@ -11,6 +11,7 @@
* the GNU General Public License
*/
+#include <unistd.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdlib.h>
@@ -18,7 +19,6 @@
#include <sys/times.h>
#include <sys/types.h>
#include <stdio.h>
-#include <unistd.h>
#include <errno.h>
#include <string.h>
diff --git a/formats/format_sln.c b/formats/format_sln.c
index 911163de9..3d051c1c1 100755
--- a/formats/format_sln.c
+++ b/formats/format_sln.c
@@ -9,12 +9,12 @@
* the GNU General Public License
*/
+#include <unistd.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdlib.h>
#include <sys/time.h>
#include <stdio.h>
-#include <unistd.h>
#include <errno.h>
#include <string.h>
diff --git a/formats/format_vox.c b/formats/format_vox.c
index 659281ea1..e8f9218ea 100755
--- a/formats/format_vox.c
+++ b/formats/format_vox.c
@@ -11,12 +11,12 @@
* the GNU General Public License
*/
+#include <unistd.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdlib.h>
#include <sys/time.h>
#include <stdio.h>
-#include <unistd.h>
#include <errno.h>
#include <string.h>
diff --git a/formats/format_wav.c b/formats/format_wav.c
index 3e8117c3f..6e9246754 100755
--- a/formats/format_wav.c
+++ b/formats/format_wav.c
@@ -11,12 +11,12 @@
* the GNU General Public License
*/
+#include <unistd.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdlib.h>
#include <sys/time.h>
#include <stdio.h>
-#include <unistd.h>
#include <errno.h>
#include <string.h>
diff --git a/formats/format_wav_gsm.c b/formats/format_wav_gsm.c
index 441cb5d60..866c5f54c 100755
--- a/formats/format_wav_gsm.c
+++ b/formats/format_wav_gsm.c
@@ -11,12 +11,12 @@
* the GNU General Public License
*/
+#include <unistd.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdlib.h>
#include <sys/time.h>
#include <stdio.h>
-#include <unistd.h>
#include <errno.h>
#include <string.h>