diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-01-27 23:04:40 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-01-27 23:04:40 +0000 |
| commit | 1a46b8d1505a1496dfdce0a9f96dde7efbc65d65 (patch) | |
| tree | 95ed9103163e4d3c76bdb4a5f678f9b67c40dca3 | |
| parent | 84670d3dc9c9dc29fd3af42b2f25092b3b6c2a09 (diff) | |
| download | enigma2-1a46b8d1505a1496dfdce0a9f96dde7efbc65d65.tar.gz enigma2-1a46b8d1505a1496dfdce0a9f96dde7efbc65d65.zip | |
fix
| -rw-r--r-- | lib/dvb/idvb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/dvb/idvb.h b/lib/dvb/idvb.h index 306613da..c68ad940 100644 --- a/lib/dvb/idvb.h +++ b/lib/dvb/idvb.h @@ -6,7 +6,8 @@ #include <ost/frontend.h> #define FRONTENDPARAMETERS FrontendParameters #else -#define FRONTENDPARAMETERS struct frontend_parameters +#include <linux/dvb/frontend.h> +#define FRONTENDPARAMETERS struct dvb_frontend_parameters #endif #include <lib/base/object.h> #include <lib/base/ebase.h> |
