tweak ifdef

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8873 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-07-01 17:40:53 +00:00
parent 916f1cff48
commit 045a2999f4
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ extern "C" {
}
#endif
#ifdef __sunos__
#if defined (__SVR4) && defined (__sun)
#define __EXTENSIONS__ 1
#include <strings.h>
#endif