Klaus Schmidinger wrote: > Please add > > #include <vdr/device.h> > > to sky.c. > > Sorry, since I'm not using this plugin any more myself > I didn't realize this... Some more plugins broke because of simillar #include problems: Streamdev-CVS: client/filter.c remux/ts2ps.c remux/ts2es.c osdpip-0.0.8: osd_info.c proxy-0.1: proxy.c In all the above cases, just add #include <vdr/device.h>. device.h was implicitly included with several headers before, thats why this happens. Cheers, Udo