Merged revisions 12161 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r12161 | tilghman | 2006-03-06 17:03:54 -0600 (Mon, 06 Mar 2006) | 2 lines

Bug 6664 - More fixes for Solaris

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12162 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2006-03-06 23:04:56 +00:00
parent bbbd23e2bd
commit d930fdbd61
2 changed files with 6 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ __weak_alias(vis,_vis)
#endif
#ifdef SOLARIS
#include <alloca.h>
typedef unsigned int u_int32_t;
#endif