fix
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 27 Jan 2005 23:04:40 +0000 (23:04 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 27 Jan 2005 23:04:40 +0000 (23:04 +0000)
lib/dvb/idvb.h

index 306613d..c68ad94 100644 (file)
@@ -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>