aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-29 16:48:26 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-29 16:48:26 +0000
commite1b82cb931fc6a083c8033b2c469d3470c535046 (patch)
tree4285a371ddf9d9ca86804e6bd6d41519a8436c17 /codecs
parent5d042f0d9666f324db793c15c026e1d528391592 (diff)
Use the correct zaptel header file location.
Currently, this will not build - transcoder support will be added to zaptel later today. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@52503 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs')
-rw-r--r--codecs/codec_zap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/codec_zap.c b/codecs/codec_zap.c
index 5f9fe939f..40c7d4cb2 100644
--- a/codecs/codec_zap.c
+++ b/codecs/codec_zap.c
@@ -39,7 +39,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <sys/ioctl.h>
#include <errno.h>
#include <sys/mman.h>
-#include <zaptel/zaptel.h>
+#include <linux/zaptel.h>
#include "asterisk/lock.h"
#include "asterisk/translate.h"