[Asterisk-cvs] asterisk aesopt.h,1.2,1.3

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


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

Modified Files:
	aesopt.h 
Log Message:
BSD portability fix


Index: aesopt.h
===================================================================
RCS file: /usr/cvsroot/asterisk/aesopt.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- aesopt.h	7 Jan 2004 20:45:50 -0000	1.2
+++ aesopt.h	2 Mar 2004 22:53:08 -0000	1.3
@@ -149,6 +149,7 @@
 /*  PLATFORM SPECIFIC INCLUDES */
 
 #if defined( __FreeBSD__ ) || defined( __OpenBSD__ )
+#  include <sys/types.h>
 #  include <sys/endian.h>
 #elif defined( BSD ) && ( BSD >= 199103 )
 #  include <machine/endian.h>




More information about the svn-commits mailing list