[asterisk-commits] seanbright: branch 1.6.0 r240668 - in /branches/1.6.0: ./ res/res_musiconhold.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jan 15 18:59:24 CST 2010


Author: seanbright
Date: Fri Jan 15 18:59:22 2010
New Revision: 240668

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=240668
Log:
Merged revisions 240667 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r240667 | seanbright | 2010-01-15 19:54:08 -0500 (Fri, 15 Jan 2010) | 2 lines
  
  Get MoH building on OpenSolaris.
........

Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/res/res_musiconhold.c

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/res/res_musiconhold.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.0/res/res_musiconhold.c?view=diff&rev=240668&r1=240667&r2=240668
==============================================================================
--- branches/1.6.0/res/res_musiconhold.c (original)
+++ branches/1.6.0/res/res_musiconhold.c Fri Jan 15 18:59:22 2010
@@ -43,6 +43,10 @@
 #include <sys/stat.h>
 #include <dirent.h>
 #include <sys/ioctl.h>
+#ifdef SOLARIS
+#include <thread.h>
+#endif
+
 #ifdef SOLARIS
 #include <thread.h>
 #endif




More information about the asterisk-commits mailing list