]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 240667 via svnmerge from
authorSean Bright <sean@malleable.com>
Sat, 16 Jan 2010 00:59:22 +0000 (00:59 +0000)
committerSean Bright <sean@malleable.com>
Sat, 16 Jan 2010 00:59:22 +0000 (00:59 +0000)
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.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@240668 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_musiconhold.c

index 2df7d80e39d49e51cdb965756dc64615d85e2678..0b87d0d2ea65c48a3137313fdde86ae4d1beedd0 100644 (file)
@@ -47,6 +47,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 #include <thread.h>
 #endif
 
+#ifdef SOLARIS
+#include <thread.h>
+#endif
+
 #ifdef HAVE_DAHDI
 #include <dahdi/user.h>
 #endif