]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Use the correct zaptel header file location.
authorJason Parker <jparker@digium.com>
Mon, 29 Jan 2007 16:48:26 +0000 (16:48 +0000)
committerJason Parker <jparker@digium.com>
Mon, 29 Jan 2007 16:48:26 +0000 (16:48 +0000)
Currently, this will not build - transcoder support will be added to zaptel later today.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@52503 65c4cc65-6c06-0410-ace0-fbb531ad65f3

codecs/codec_zap.c

index 5f9fe939f26e36155478966859cba3bc13440c39..40c7d4cb2b8c6db8346b07275d7bd9c013070811 100644 (file)
@@ -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"