More BSD compat crap

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2300 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-03-02 22:55:05 +00:00
parent 231dbeea61
commit 9d5fe279b6

View File

@@ -20,6 +20,8 @@
extern "C" { extern "C" {
#endif #endif
#include <sys/types.h>
/* /*
* Autodetect system endianess * Autodetect system endianess
*/ */
@@ -52,8 +54,6 @@ extern "C" {
#error Need to know endianess #error Need to know endianess
#endif /* __BYTE_ORDER */ #endif /* __BYTE_ORDER */
#include <sys/types.h>
//! Data structure associated with a single frame of data //! Data structure associated with a single frame of data
/* A frame of data read used to communicate between /* A frame of data read used to communicate between
between channels and applications */ between channels and applications */