aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-16 00:59:22 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-16 00:59:22 +0000
commitae7fba3bdddb7d7e8e32dc0b2e0d9b5531a83501 (patch)
treeda6a81e9d385247778e77b78cf86f44aa292d006
parentce5dc688609ec9a944eac74b8ef216ed61ac6367 (diff)
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. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@240668 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--res/res_musiconhold.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c
index 2df7d80e3..0b87d0d2e 100644
--- a/res/res_musiconhold.c
+++ b/res/res_musiconhold.c
@@ -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