aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-11-07 16:21:01 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-11-07 16:21:01 +0000
commitba6bf065a5bd2601ee2f9c50cc4bf28ff7967eda (patch)
treec49d88dc28e7688af27d41128811a3ba986bcf40 /channel.c
parented93c876b2e791d00175ee89f5cb5bdd57bb3a7f (diff)
Disable echo canceller for digital calls (bug #2785), fix build on MacOSX (bug #2803)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4170 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channel.c')
-rwxr-xr-xchannel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/channel.c b/channel.c
index 2b9c877bf..004468a62 100755
--- a/channel.c
+++ b/channel.c
@@ -19,7 +19,6 @@
#include <errno.h>
#include <unistd.h>
#include <math.h> /* For PI */
-#include <sys/poll.h>
#include <asterisk/pbx.h>
#include <asterisk/frame.h>
#include <asterisk/sched.h>