aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/enigma_python.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i
index 8d18e416..54a5bcf3 100644
--- a/lib/python/enigma_python.i
+++ b/lib/python/enigma_python.i
@@ -68,6 +68,7 @@ is usually caused by not marking PSignals as immutable.
#include <lib/actions/action.h>
#include <lib/gdi/gfont.h>
#include <lib/gdi/epng.h>
+#include <lib/dvb/db.h>
#include <lib/dvb/volume.h>
#include <lib/dvb/sec.h>
#include <lib/dvb/epgcache.h>
@@ -175,6 +176,7 @@ typedef long time_t;
%include <lib/driver/etimezone.h>
%include <lib/gdi/lcd.h>
%include <lib/dvb_ci/dvbci_ui.h>
+%include <lib/dvb/db.h>
/************** eptr **************/
%template(eActionMapPtr) ePtr<eActionMap>;