rotor turning with measure input power is now working
[enigma2.git] / lib / dvb / pmt.h
index b3a0a538d9ae2daf7917fc8b0a8fa55bd8cce45c..136c16730deb44b940c87a034ab741b858937773 100644 (file)
@@ -2,7 +2,8 @@
 #define __lib_dvb_dvbmid_h
 
 #include <lib/dvb/idvb.h>
-#include <lib/dvb/isection.h>
+#include <lib/dvb/dvb.h>
+#include <lib/dvb/idemux.h>
 #include <lib/dvb/esection.h>
 #include <lib/dvb_si/pmt.h>
 #include <lib/dvb_si/pat.h>
@@ -18,7 +19,7 @@ class eDVBServicePMTHandler: public Object
        eAUTable<eTable<ProgramAssociationTable> > m_PAT;
 
        ePtr<iDVBChannel> m_channel;
-       ePtr<iDVBResourceManager> m_resourceManager;
+       ePtr<eDVBResourceManager> m_resourceManager;
        ePtr<iDVBDemux> m_demux;
        
        void channelStateChanged(iDVBChannel *);