From 1a30c33d472a3c3c7510e029236b98c147e6ab53 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Sat, 16 Jan 2010 00:54:08 +0000 Subject: [PATCH] Get MoH building on OpenSolaris. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@240667 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 d01e87e244..82e0534786 100644 --- a/res/res_musiconhold.c +++ b/res/res_musiconhold.c @@ -43,6 +43,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include #include +#ifdef SOLARIS +#include +#endif + #ifdef HAVE_DAHDI #include #endif