summaryrefslogtreecommitdiff
path: root/res/res_musiconhold.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-08-28 16:50:05 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-08-28 16:50:05 +0000
commitfdd078af520cb4e53bbc07170e265ccdec4279b8 (patch)
tree5ac6ae5bd5cdaead7831dc7c72083a647c821c00 /res/res_musiconhold.c
parentfaa0b8efaec0e85916a3b6e161d3c21ef14d62b8 (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: https://origsvn.digium.com/svn/asterisk/trunk@214611 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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>