From 1315dffec350394e100d2b91860a68fa1ccc232d Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Sat, 16 Jan 2010 00:59:26 +0000 Subject: [PATCH] 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: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@240670 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_musiconhold.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c index 492bf98723..35525c0b96 100644 --- a/res/res_musiconhold.c +++ b/res/res_musiconhold.c @@ -46,6 +46,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include #endif +#ifdef SOLARIS +#include +#endif + #ifdef HAVE_DAHDI #include #endif -- 2.47.2