Skip to content
Snippets Groups Projects
Commit 231dbeea authored by Mark Spencer's avatar Mark Spencer
Browse files

BSD portability fix

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2297 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 40ec1996
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment