From 5b9114fa73f2e400d9af2daf52aba897a6de3ced Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Fri, 19 Jan 2007 16:40:25 +0000 Subject: [PATCH] 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 --- main/channel.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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"