[Asterisk-cvs] asterisk/include/asterisk frame.h,1.27.2.1,1.27.2.2

markster at lists.digium.com markster at lists.digium.com
Tue Mar 2 18:04:18 CST 2004


Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv20089/include/asterisk

Modified Files:
      Tag: v1-0_stable
	frame.h 
Log Message:
More BSD compat crap


Index: frame.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/frame.h,v
retrieving revision 1.27.2.1
retrieving revision 1.27.2.2
diff -u -d -r1.27.2.1 -r1.27.2.2
--- frame.h	16 Feb 2004 15:04:52 -0000	1.27.2.1
+++ frame.h	2 Mar 2004 22:54:54 -0000	1.27.2.2
@@ -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