From 4659a0ac41a36b8f56873d5a8725139103aa4416 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Mon, 29 Jan 2007 16:48:26 +0000 Subject: [PATCH] Use the correct zaptel header file location. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecs/codec_zap.c b/codecs/codec_zap.c index 5f9fe939f2..40c7d4cb2b 100644 --- a/codecs/codec_zap.c +++ b/codecs/codec_zap.c @@ -39,7 +39,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include #include #include -#include +#include #include "asterisk/lock.h" #include "asterisk/translate.h"