tweak ifdef
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8873 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
916f1cff48
commit
045a2999f4
|
@ -54,7 +54,7 @@ extern "C" {
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef __sunos__
|
||||
#if defined (__SVR4) && defined (__sun)
|
||||
#define __EXTENSIONS__ 1
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue