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 --- chan_lcr.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chan_lcr.c') diff --git a/chan_lcr.c b/chan_lcr.c index acc485d..53a7fb6 100644 --- a/chan_lcr.c +++ b/chan_lcr.c @@ -121,6 +121,12 @@ it is called from ast_channel process which has already locked ast_channel. #include +#define HAVE_ATTRIBUTE_always_inline 1 +#define HAVE_ARPA_INET_H 1 +#define HAVE_TIMERSUB 1 + +#include +#include #include #include #include -- cgit v1.2.3-55-g7522