From f966e5e186f14110a29d38d03992488d88348108 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Tue, 29 Mar 2005 04:49:24 +0000 Subject: Simplify endianness and fix for unaligned reads (bug #3867) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5295 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- formats/format_gsm.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'formats/format_gsm.c') diff --git a/formats/format_gsm.c b/formats/format_gsm.c index 8c3f2d517..c4a63aa68 100755 --- a/formats/format_gsm.c +++ b/formats/format_gsm.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include @@ -25,15 +26,6 @@ #include #include #include -#ifdef __linux__ -#include -#else -#ifdef SOLARIS -#include "solaris-compat/compat.h" -#else -#include -#endif -#endif #include "msgsm.h" /* Some Ideas for this code came from makegsme.c by Jeffrey Chilton */ -- cgit v1.2.3