summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-01-19 16:28:24 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-01-19 16:28:24 +0000
commit3fefb9d51696a3e9ec24b0a3faa9e182ecd4590f (patch)
treeb5684912da409ed381f491583a0e3d5b54a6c82c /channels
parentb005ea3eeefc0c94bfbb3f31f57282fef159b144 (diff)
include "asterisk/zapata.h" to get the zaptel headers.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51295 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_zap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 0146224e2..fefb0b9fd 100644
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -66,8 +66,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <sys/ioctl.h>
#include <math.h>
#include <ctype.h>
-#include <zaptel/zaptel.h>
-#include <zaptel/tonezone.h>
+#include "asterisk/zapata.h"
#ifdef HAVE_PRI
#include <libpri.h>