Qualify that SIP INFO stuff is real (bug #1558)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2894 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-05-05 01:56:03 +00:00
parent cc9ffa5ac1
commit cc1da2eb5b
2 changed files with 31 additions and 12 deletions

View File

@@ -158,7 +158,9 @@
# include <machine/endian.h>
#elif defined( __GNUC__ ) || defined( __GNU_LIBRARY__ )
# include <endian.h>
#if !defined(__APPLE__)
# include <byteswap.h>
#endif
#elif defined( linux )
# include <endian.h>
#endif