summaryrefslogtreecommitdiff
path: root/res/res_agi.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-11-07 16:21:01 +0000
committerMark Spencer <markster@digium.com>2004-11-07 16:21:01 +0000
commit134e6180c55d20b8dfa7068397936d0903d60a44 (patch)
treec49d88dc28e7688af27d41128811a3ba986bcf40 /res/res_agi.c
parentb9b38418857da733b7f5eaf1e630d7d8176e672c (diff)
Disable echo canceller for digital calls (bug #2785), fix build on MacOSX (bug #2803)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4170 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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>