aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-02 22:55:05 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-02 22:55:05 +0000
commit674bc90e9c3c4d73d59620496fa555b12ae50e33 (patch)
treee5b25173a52e70ba83f467ebbb5afbd7be427a7d
parent1770a74e9c8a9eff18163189e763443fbc926454 (diff)
More BSD compat crap
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2300 f38db490-d61c-443f-a65b-d21fe96a405b
-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 */