From: Luigi Rizzo Date: Fri, 19 Jan 2007 16:24:11 +0000 (+0000) Subject: include "asterisk/zapata.h" to get the zaptel headers X-Git-Tag: 1.6.0-beta1~3^2~3423 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b005ea3eeefc0c94bfbb3f31f57282fef159b144;p=thirdparty%2Fasterisk.git include "asterisk/zapata.h" to get the zaptel headers git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51294 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/codecs/codec_zap.c b/codecs/codec_zap.c index 6f8e5220d3..80607e861f 100644 --- a/codecs/codec_zap.c +++ b/codecs/codec_zap.c @@ -44,7 +44,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include #include #include -#include +#include "asterisk/zapata.h" #include "asterisk/lock.h" #include "asterisk/translate.h"