aboutsummaryrefslogtreecommitdiffstats
path: root/aesopt.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-05 01:56:03 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-05 01:56:03 +0000
commit3e1206a87daf290a4ac94c03203b6f42d06308fa (patch)
tree93c005343409793425aa93f53c869a3c77dae662 /aesopt.h
parent9cc5b1719ea68acfd85f1eaa4972da72a6767d60 (diff)
Qualify that SIP INFO stuff is real (bug #1558)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2894 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'aesopt.h')
-rwxr-xr-xaesopt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/aesopt.h b/aesopt.h
index 936ccd4ca..9919f6c50 100755
--- a/aesopt.h
+++ b/aesopt.h
@@ -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