mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
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:
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user