From 3a5b34a850db3e4447287f46a40b74e0427eae54 Mon Sep 17 00:00:00 2001 From: schlaile Date: Tue, 12 Aug 2008 16:16:54 +0200 Subject: make LCR compile again with latest mISDNuser changes --- bchannel.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bchannel.c') diff --git a/bchannel.c b/bchannel.c index c5dcc4b..b154972 100644 --- a/bchannel.c +++ b/bchannel.c @@ -25,6 +25,10 @@ #include #include +#define AF_COMPATIBILITY_FUNC 1 +#define MISDN_OLD_AF_COMPATIBILITY 1 +#include + #include @@ -53,6 +57,8 @@ enum { int bchannel_initialize(void) { + init_af_isdn(); + return(0); } -- cgit v1.2.3-55-g7522