aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.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 /res/res_agi.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 'res/res_agi.c')
-rwxr-xr-xres/res_agi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index b6f6edebb..a0813289a 100755
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -31,7 +31,6 @@
#include <stdlib.h>
#include <signal.h>
#include <sys/time.h>
-#include <sys/poll.h>
#include <stdio.h>
#include <fcntl.h>
#include <errno.h>