]> 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:24 +0000 (00:59 +0000)
committerSean Bright <sean@malleable.com>
Sat, 16 Jan 2010 00:59:24 +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.1@240669 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_musiconhold.c

index c85cb52afb68aad1322b9215229584b8445c4525..a8602f44b4fc8e299352b7648ec9e11cb03e5511 100644 (file)
@@ -46,6 +46,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 #include <thread.h>
 #endif
 
+#ifdef SOLARIS
+#include <thread.h>
+#endif
+
 #ifdef HAVE_DAHDI
 #include <dahdi/user.h>
 #endif