mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 12:20:12 +00:00
BSD portability fix
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2297 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
1
aesopt.h
1
aesopt.h
@@ -149,6 +149,7 @@
|
|||||||
/* PLATFORM SPECIFIC INCLUDES */
|
/* PLATFORM SPECIFIC INCLUDES */
|
||||||
|
|
||||||
#if defined( __FreeBSD__ ) || defined( __OpenBSD__ )
|
#if defined( __FreeBSD__ ) || defined( __OpenBSD__ )
|
||||||
|
# include <sys/types.h>
|
||||||
# include <sys/endian.h>
|
# include <sys/endian.h>
|
||||||
#elif defined( BSD ) && ( BSD >= 199103 )
|
#elif defined( BSD ) && ( BSD >= 199103 )
|
||||||
# include <machine/endian.h>
|
# include <machine/endian.h>
|
||||||
|
Reference in New Issue
Block a user