aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 */