aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-16 00:59:24 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-16 00:59:24 +0000
commiteaf5876068892281960d918e49a6d2e10f7e5893 (patch)
treefcca0c0645ec6b9e1b4530ca32c4803ee2f66b79 /res
parent45a911a6d70fea3103e4c04ef428eb1377c673d1 (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.1@240669 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-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 c85cb52af..a8602f44b 100644
--- a/res/res_musiconhold.c
+++ b/res/res_musiconhold.c
@@ -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