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

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


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

Modified Files:
      Tag: v1-0_stable
	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.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- aesopt.h	7 Jan 2004 20:45:50 -0000	1.2
+++ aesopt.h	2 Mar 2004 22:53:20 -0000	1.2.2.1
@@ -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