From: Mark Spencer Date: Tue, 2 Mar 2004 22:55:05 +0000 (+0000) Subject: More BSD compat crap X-Git-Tag: 1.0.0-rc1~1014 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d5fe279b6f7f803a73dbacd59fbfa1701536355;p=thirdparty%2Fasterisk.git More BSD compat crap git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2300 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h index 2b645b52a4..acbc26ca26 100755 --- a/include/asterisk/frame.h +++ b/include/asterisk/frame.h @@ -20,6 +20,8 @@ extern "C" { #endif +#include + /* * Autodetect system endianess */ @@ -52,8 +54,6 @@ extern "C" { #error Need to know endianess #endif /* __BYTE_ORDER */ -#include - //! Data structure associated with a single frame of data /* A frame of data read used to communicate between between channels and applications */