From: Luigi Rizzo Date: Fri, 19 Jan 2007 16:40:25 +0000 (+0000) Subject: include "asterisk/zapata.h" to get the zaptel headers. X-Git-Tag: 1.6.0-beta1~3^2~3418 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5b9114fa73f2e400d9af2daf52aba897a6de3ced;p=thirdparty%2Fasterisk.git include "asterisk/zapata.h" to get the zaptel headers. this should be the last one left around... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51299 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/channel.c b/main/channel.c index d831c763c9..71af27fb18 100644 --- a/main/channel.c +++ b/main/channel.c @@ -37,10 +37,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include #include -#ifdef HAVE_ZAPTEL -#include -#include -#endif +#include "asterisk/zapata.h" #include "asterisk/pbx.h" #include "asterisk/frame.h"