aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-05 16:44:41 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-05 16:44:41 +0000
commitcda33c11a8c30832c9ae4bd8967d9be281ff833c (patch)
tree2d35683f80e910d59944625391d540e38ca367b9 /channel.c
parenta5dad1e7ca65856c804b7591687af625b6c6830b (diff)
prepare Asterisk for new zaptel.h/tonezone.h installation locations
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37027 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channel.c')
-rw-r--r--channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channel.c b/channel.c
index 90d8a2e48..86eae160b 100644
--- a/channel.c
+++ b/channel.c
@@ -38,7 +38,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#ifdef HAVE_ZAPTEL
#include <sys/ioctl.h>
-#include <zaptel.h>
+#include <zaptel/zaptel.h>
#endif
#include "asterisk/pbx.h"