another fix
[enigma2.git] / lib / python / enigma_python.i
index 29b66acf35950742291bb029c417a41902749b2a..36aeaa1395160c3bdc9329590a4f5c0011b0db8d 100644 (file)
@@ -40,9 +40,11 @@ is usually caused by not marking PSignals as immutable.
 #include <lib/base/smartptr.h>
 #include <lib/base/eerror.h>
 #include <lib/base/console.h>
+#include <lib/driver/rc.h>
 #include <lib/service/iservice.h>
 #include <lib/service/service.h>
 #include <lib/service/event.h>
+#include <lib/gdi/fb.h>
 #include <lib/gdi/font.h>
 #include <lib/gdi/gpixmap.h>
 #include <lib/gui/ewidget.h>
@@ -150,6 +152,8 @@ typedef long time_t;
 %immutable eListbox::selectionChanged;
 
 %include <lib/base/console.h>
+%include <lib/driver/rc.h>
+%include <lib/gdi/fb.h>
 %include <lib/gdi/font.h>
 %include <lib/gdi/gpixmap.h>
 %include <lib/gdi/epoint.h>