From: Jason Parker Date: Mon, 29 Jan 2007 16:48:26 +0000 (+0000) Subject: Use the correct zaptel header file location. X-Git-Tag: 1.2.15~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4659a0ac41a36b8f56873d5a8725139103aa4416;p=thirdparty%2Fasterisk.git 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 --- 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"