[Asterisk-cvs] asterisk/include/asterisk frame.h,1.28,1.29
markster at lists.digium.com
markster at lists.digium.com
Tue Mar 2 18:04:37 CST 2004
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv20111/include/asterisk
Modified Files:
frame.h
Log Message:
More BSD compat crap
Index: frame.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/frame.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- frame.h 16 Feb 2004 15:05:21 -0000 1.28
+++ frame.h 2 Mar 2004 22:55:05 -0000 1.29
@@ -20,6 +20,8 @@
extern "C" {
#endif
+#include <sys/types.h>
+
/*
* Autodetect system endianess
*/
@@ -51,8 +53,6 @@
#ifndef __BYTE_ORDER
#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
More information about the svn-commits
mailing list