From ff84dc4ee5f57e24a0777930d5482ee4ff53da0e Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Sat, 29 Oct 2005 14:39:20 +0000 Subject: add bouquet support --- lib/dvb/frontend.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/dvb/frontend.cpp') diff --git a/lib/dvb/frontend.cpp b/lib/dvb/frontend.cpp index a4ad170d..37ce13a6 100644 --- a/lib/dvb/frontend.cpp +++ b/lib/dvb/frontend.cpp @@ -6,6 +6,10 @@ #include #include +#ifndef I2C_SLAVE_FORCE +#define I2C_SLAVE_FORCE 0x0706 +#endif + #if HAVE_DVB_API_VERSION < 3 #include #include -- cgit v1.2.3