aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-27 14:21:01 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-27 14:21:01 +0000
commit6ab3ce57e7cdac45125b2f24e9d3a9eb829da86b (patch)
tree67572e72e81be538af0bc9cb86c38e01d350048b /channels
parente1dcc6e4e84dd2016e22abe9f784d4e42dd67552 (diff)
I accidentally committed a change to chan_iax2.c in addition to a change
to app_queue.c. Reverting the change to chan_iax2.c, even though it may turn out that this change is necessary. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125812 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_iax2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index 4df61c0a3..92d14d188 100644
--- a/channels/chan_iax2.c
+++ b/channels/chan_iax2.c
@@ -53,9 +53,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <sys/stat.h>
#include <regex.h>
#include <sys/ioctl.h>
-#if defined(HAVE_DAHDI)
#include <dahdi/user.h>
-#endif
#include "asterisk/paths.h" /* need ast_config_AST_DATA_DIR for firmware */