projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
231dbee
)
More BSD compat crap
author
Mark Spencer
<markster@digium.com>
Tue, 2 Mar 2004 22:55:05 +0000
(22:55 +0000)
committer
Mark Spencer
<markster@digium.com>
Tue, 2 Mar 2004 22:55:05 +0000
(22:55 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2300
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
include/asterisk/frame.h
patch
|
blob
|
history
diff --git
a/include/asterisk/frame.h
b/include/asterisk/frame.h
index
2b645b5
..
acbc26c
100755
(executable)
--- 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 */