fix opensolaris build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15058 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-10-03 00:17:06 +00:00
parent 58f1f28d9e
commit 221459a78c
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ extern "C"
the accuracy issues related to changing the rounding scheme are of little concern
to us. */
#if !defined(__sgi) && !defined(__sunos) && !defined(__solaris)
#if !defined(__sgi) && !defined(__sunos) && !defined(__solaris) && !defined(__sun)
#warning "No usable lrint() and lrintf() functions available."
#warning "Replacing these functions with a simple C cast."
#endif