summaryrefslogtreecommitdiff
path: root/include/asterisk/frame.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-03-02 22:55:05 +0000
committerMark Spencer <markster@digium.com>2004-03-02 22:55:05 +0000
commit9d5fe279b6f7f803a73dbacd59fbfa1701536355 (patch)
treee5b25173a52e70ba83f467ebbb5afbd7be427a7d /include/asterisk/frame.h
parent231dbeea61a4a8ef2933593e3c811f33c8893fe8 (diff)
More BSD compat crap
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2300 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/frame.h')
-rwxr-xr-xinclude/asterisk/frame.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h
index 2b645b52a..acbc26ca2 100755
--- a/include/asterisk/frame.h
+++ b/include/asterisk/frame.h
@@ -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 */