From 5a6e8d1206a49fe6f4c0cd2ce8f47ba148ff833c Mon Sep 17 00:00:00 2001 From: paulc Date: Sun, 22 Jul 2007 17:25:37 +0000 Subject: [PATCH] Added support to include zaptel/zaptel.h instead of linux/zaptel.h git-svn-id: http://voip.null.ro/svn/yate@1400 acf43c95-373e-0410-b603-e72c3f656dc1 --- modules/zapchan.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/zapchan.cpp b/modules/zapchan.cpp index 70012b54..e2c548b7 100644 --- a/modules/zapchan.cpp +++ b/modules/zapchan.cpp @@ -29,7 +29,11 @@ #else extern "C" { +#ifdef NEW_ZAPTEL_LOCATION +#include +#else #include +#endif }; #include