X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/978b06eb1a31471ebda868ddf526cb40a38fe652..37b38cb05fc6bc4993f852a78bdba93c7627cf5b:/lib/dvb/pmt.h diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h index 107b071a..ff0ef046 100644 --- a/lib/dvb/pmt.h +++ b/lib/dvb/pmt.h @@ -3,6 +3,7 @@ #ifndef SWIG #include +#include #include #include #include @@ -35,6 +36,7 @@ typedef std::map ChannelMap; class eDVBCAService: public Object { + eIOBuffer m_buffer; ePtr m_sn; eServiceReferenceDVB m_service; uint8_t m_used_demux[32];