mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 07:35:18 +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" {
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
/*
|
||||
* Autodetect system endianess
|
||||
*/
|
||||
@@ -52,8 +54,6 @@ extern "C" {
|
||||
#error Need to know endianess
|
||||
#endif /* __BYTE_ORDER */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
//! Data structure associated with a single frame of data
|
||||
/* A frame of data read used to communicate between
|
||||
between channels and applications */
|
||||
|
Reference in New Issue
Block a user