From bf61575a94ec0e4e02824b7bfe8b1063ddf3daa5 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Tue, 6 Jan 2009 18:34:05 +0100 Subject: changed error message a bit... added support for asterisk 1.6. it now compiles with both 1.4 and 1.6. (tested with 1.4 only) thanx to gregor for his valuable help! modified: bchannel.c modified: chan_lcr.c modified: config.h.in modified: configure modified: configure.ac modified: lcradmin.c modified: main.c --- bchannel.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bchannel.c') diff --git a/bchannel.c b/bchannel.c index c25d770..473de82 100644 --- a/bchannel.c +++ b/bchannel.c @@ -29,6 +29,11 @@ #define MISDN_OLD_AF_COMPATIBILITY 1 #include +#define HAVE_ATTRIBUTE_always_inline 1 +#define HAVE_ARPA_INET_H 1 +#define HAVE_TIMERSUB 1 + +#include #include -- cgit v1.2.3-55-g7522