aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_musiconhold.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-08-28 16:50:05 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-08-28 16:50:05 +0000
commit1a7c2187403db8145aff91519fe3057c437a4b92 (patch)
tree5ac6ae5bd5cdaead7831dc7c72083a647c821c00 /res/res_musiconhold.c
parentbef44b870dd09d5379a200bd4c3f77733588f37f (diff)
Remove unnecessary define for Solaris
(closes issue #15358) Reported by: snuffy Patches: bug_res_moh_remove_unneeded_include.diff uploaded by snuffy (license 35) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@214611 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_musiconhold.c')
-rw-r--r--res/res_musiconhold.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c
index beb9e9578..7a96be568 100644
--- a/res/res_musiconhold.c
+++ b/res/res_musiconhold.c
@@ -42,9 +42,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <sys/stat.h>
#include <dirent.h>
#include <sys/ioctl.h>
-#ifdef SOLARIS
-#include <thread.h>
-#endif
#ifdef HAVE_DAHDI
#include <dahdi/user.h>