]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove unnecessary define for Solaris
authorTilghman Lesher <tilghman@meg.abyt.es>
Fri, 28 Aug 2009 16:50:05 +0000 (16:50 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Fri, 28 Aug 2009 16:50:05 +0000 (16:50 +0000)
(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

res/res_musiconhold.c

index beb9e957878c95cd98edcf704ed970bc57c51a76..7a96be5684e53264c3f5d7640354a1308821818a 100644 (file)
@@ -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>